Searched refs:PrintValue (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 170 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 189 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 204 static void PrintValue(const T& value, ::std::ostream* os); 247 kOtherType)>::PrintValue(x, &os); 908 void TypeWithoutFormatter<T, kConvertibleToStringView>::PrintValue( in PrintValue() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | JSON.cpp | 310 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext() local 355 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()
|