Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/debugserver/
H A DJSONTest.cpp40 EXPECT_EQ(number_val.GetAsUnsigned(), 3u); in TEST()
60 EXPECT_EQ(number_val.GetAsUnsigned(), 4u); in TEST()
73 EXPECT_EQ(number_val.GetAsUnsigned(), 1u); in TEST()
82 EXPECT_EQ(number_val.GetAsUnsigned(), 3u); in TEST()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc128 uint64_t GetAsUnsigned() const { in GetAsUnsigned() function
193 *Out = static_cast<Tp>(Buff.GetAsUnsigned()); in GetSysctl()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.h113 uint64_t GetAsUnsigned() const;
H A DJSON.cpp49 uint64_t JSONNumber::GetAsUnsigned() const { in GetAsUnsigned() function in JSONNumber