Home
last modified time | relevance | path

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

/external/pigweed/pw_unit_test/public/pw_unit_test/internal/
Dframework.h310 static constexpr const void* ConvertForPrint(const char* str) { return str; } in ConvertForPrint() function
312 static constexpr const void* ConvertForPrint(char* str) { return str; } in ConvertForPrint() function
314 static constexpr const char* ConvertForPrint(CStringArg value) { in ConvertForPrint() function
319 static constexpr T ConvertForPrint(T&& value) { in ConvertForPrint() function