Home
last modified time | relevance | path

Searched defs:PrintValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h154 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
908 void TypeWithoutFormatter<T, kConvertibleToStringView>::PrintValue( in PrintValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp310 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext() local