Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/custom/
H A Draw-ostream.h29 static const T& printable(const T& V) { return V; } in printable() function
/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp337 auto printable = in DumpEncodedBufferToStream() local