Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3091 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local
3092 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()