Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1264 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local
1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()