Searched refs:format_full_pointer (Results 1 – 1 of 1) sorted by relevance
2628 static std::string format_full_pointer(uintptr_t ptr) { in format_full_pointer() function2636 static std::string format_full_pointer(void* ptr) { in format_full_pointer() function2637 return format_full_pointer(reinterpret_cast<uintptr_t>(ptr)); in format_full_pointer()2698 match_str += format_full_pointer(crash_uptr); in TEST_F()2750 match_str += format_full_pointer(reinterpret_cast<uintptr_t>(middle_ptr)); in TEST_F()2788 match_str += format_full_pointer(reinterpret_cast<uintptr_t>(ptr)); in TEST_F()