Home
last modified time | relevance | path

Searched defs:begin_string_quote (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc761 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; HasPrefix() local
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest.cc1820 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; IsSubstringImpl() local