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

/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc546 const bool is_wide_string = sizeof(prefix[0]) > 1; local
547 const char* const begin_string_quote = is_wide_string ? "L\"" : "\"";
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1590 const bool is_wide_string = sizeof(needle[0]) > 1; local
1591 const char* const begin_string_quote = is_wide_string ? "L\"" : "\"";

Completed in 37 milliseconds