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.cpp2682 std::optional<StructuredData::Dictionary *> maybe_element = in QueryGDBServer() local
2684 if (!maybe_element) in QueryGDBServer()
2687 StructuredData::Dictionary *element = *maybe_element; in QueryGDBServer()