Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A 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