Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h66 bool GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value = 0,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp297 bool XMLNode::GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value, in GetElementTextAsUnsigned() function in XMLNode
492 node.GetElementTextAsUnsigned(value, 0, 0); in CreatePlistValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1768 if (prop_node.GetElementTextAsUnsigned(blocksize)) in LoadQXferMemoryMap()