Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/src/
Dgtest-printers.cc211 static const char* GetCharWidthPrefix(char) { return ""; } in GetCharWidthPrefix() function
213 static const char* GetCharWidthPrefix(signed char) { return ""; } in GetCharWidthPrefix() function
215 static const char* GetCharWidthPrefix(unsigned char) { return ""; } in GetCharWidthPrefix() function
218 static const char* GetCharWidthPrefix(char8_t) { return "u8"; } in GetCharWidthPrefix() function
221 static const char* GetCharWidthPrefix(char16_t) { return "u"; } in GetCharWidthPrefix() function
223 static const char* GetCharWidthPrefix(char32_t) { return "U"; } in GetCharWidthPrefix() function
225 static const char* GetCharWidthPrefix(wchar_t) { return "L"; } in GetCharWidthPrefix() function
/third_party/googletest/googletest/src/
Dgtest-printers.cc213 static const char* GetCharWidthPrefix(char) { return ""; } in GetCharWidthPrefix() function
215 static const char* GetCharWidthPrefix(signed char) { return ""; } in GetCharWidthPrefix() function
217 static const char* GetCharWidthPrefix(unsigned char) { return ""; } in GetCharWidthPrefix() function
220 static const char* GetCharWidthPrefix(char8_t) { return "u8"; } in GetCharWidthPrefix() function
223 static const char* GetCharWidthPrefix(char16_t) { return "u"; } in GetCharWidthPrefix() function
225 static const char* GetCharWidthPrefix(char32_t) { return "U"; } in GetCharWidthPrefix() function
227 static const char* GetCharWidthPrefix(wchar_t) { return "L"; } in GetCharWidthPrefix() function