Home
last modified time | relevance | path

Searched refs:is_wide_string (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc548 const bool is_wide_string = sizeof(prefix[0]) > 1; in HasPrefix() local
549 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1252 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local
1253 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()