HomeSort by relevance Sort by last modified time
    Searched refs:PrintStringTo (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gtest/src/
gtest-printers.cc 333 void PrintStringTo(const ::string& s, ostream* os) {
338 void PrintStringTo(const ::std::string& s, ostream* os) {
  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
459 PrintStringTo(s, os);
463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
465 PrintStringTo(s, os);

Completed in 27 milliseconds