Home
last modified time | relevance | path

Searched defs:format_pointer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp348 const auto format_pointer = [word_size](uint64_t ptr) -> std::string { in print_memory_maps() local
/aosp_15_r20/system/core/debuggerd/
H A Ddebuggerd_test.cpp2685 static std::string format_pointer(uintptr_t ptr) { in format_pointer() function
2694 static std::string format_pointer(void* ptr) { in format_pointer() function
/aosp_15_r20/external/fmtlib/test/
H A Dformat-test.cc1586 TEST(format_test, format_pointer) { in TEST() argument