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

/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h131 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
139 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
153 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
172 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);

Completed in 13 milliseconds