Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_unit_test/light_public_overrides/pw_unit_test/
H A Dframework_backend.h600 static constexpr const void* ConvertForPrint(const char* str) { return str; } in ConvertForPrint() function
602 static constexpr const void* ConvertForPrint(char* str) { return str; } in ConvertForPrint() function
604 static constexpr const char* ConvertForPrint(CStringArg value) { in ConvertForPrint() function
609 static constexpr T ConvertForPrint(T&& value) { in ConvertForPrint() function