Home
last modified time | relevance | path

Searched refs:maybe_element (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2701 std::optional<StructuredData::Dictionary *> maybe_element = in QueryGDBServer() local
2703 if (!maybe_element) in QueryGDBServer()
2706 StructuredData::Dictionary *element = *maybe_element; in QueryGDBServer()