Searched defs:format_pointer (Results 1 – 3 of 3) sorted by relevance
348 const auto format_pointer = [word_size](uint64_t ptr) -> std::string { in print_memory_maps() local
2685 static std::string format_pointer(uintptr_t ptr) { in format_pointer() function2694 static std::string format_pointer(void* ptr) { in format_pointer() function
1586 TEST(format_test, format_pointer) { in TEST() argument