Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/googletest/src/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
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A 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
/aosp_15_r20/external/googletest/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
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
H A 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
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A 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
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/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
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A 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
/aosp_15_r20/external/fmtlib/test/gtest/
H A Dgmock-gtest-all.cc11945 static const char* GetCharWidthPrefix(char) { in GetCharWidthPrefix() function
11949 static const char* GetCharWidthPrefix(signed char) { in GetCharWidthPrefix() function
11953 static const char* GetCharWidthPrefix(unsigned char) { in GetCharWidthPrefix() function
11958 static const char* GetCharWidthPrefix(char8_t) { in GetCharWidthPrefix() function
11963 static const char* GetCharWidthPrefix(char16_t) { in GetCharWidthPrefix() function
11967 static const char* GetCharWidthPrefix(char32_t) { in GetCharWidthPrefix() function
11971 static const char* GetCharWidthPrefix(wchar_t) { in GetCharWidthPrefix() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/
Dgmock-gtest-all.cc11974 static const char* GetCharWidthPrefix(char) { in GetCharWidthPrefix() function
11978 static const char* GetCharWidthPrefix(signed char) { in GetCharWidthPrefix() function
11982 static const char* GetCharWidthPrefix(unsigned char) { in GetCharWidthPrefix() function
11987 static const char* GetCharWidthPrefix(char8_t) { in GetCharWidthPrefix() function
11992 static const char* GetCharWidthPrefix(char16_t) { in GetCharWidthPrefix() function
11996 static const char* GetCharWidthPrefix(char32_t) { in GetCharWidthPrefix() function
12000 static const char* GetCharWidthPrefix(wchar_t) { in GetCharWidthPrefix() function