Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2751 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local
2752 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()