Searched defs:GetMaxU64 (Results 1 – 3 of 3) sorted by relevance
25 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function33 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function
148 TEST(DataExtractorTest, GetMaxU64) { in TEST() argument
525 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64() function in DataExtractor