Searched refs:GetElementTextAsUnsigned (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | XMLTest.cpp | 24 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 D | XML.h | 66 bool GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value = 0,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | XML.cpp | 297 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 D | GDBRemoteCommunicationClient.cpp | 1774 if (prop_node.GetElementTextAsUnsigned(blocksize)) in LoadQXferMemoryMap()
|