Home | History | Annotate | Download | only in test

Lines Matching refs:PrintValue

77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) {
97 ::std::string PrintValue(const tuple<T1, T2>& value) {
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) {
113 ::std::string PrintValue(
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)