Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DXMLTest.cpp24 EXPECT_EQ(node.GetElementTextAsUnsigned(uint_val, 66, 0), in assertGetElement()
109 EXPECT_FALSE(node.GetElementTextAsUnsigned(uint_val, 66, 0)); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DXML.h66 bool GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value = 0,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1774 if (prop_node.GetElementTextAsUnsigned(blocksize)) in LoadQXferMemoryMap()