Searched refs:PrintValue (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-param-test_test.cc | 82 ::std::string PrintValue(const T& value) { in PrintValue() function 97 ::std::string PrintValue(const tuple<T1, T2>& value) { in PrintValue() function 104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { in PrintValue() function 113 ::std::string PrintValue( in PrintValue() function 141 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 142 << ", *it is " << PrintValue(*it) in VerifyGenerator() 161 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 162 << ", *it is " << PrintValue(*it) in VerifyGenerator()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|