Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/XRay/
DFDRRecordPrinterTest.cpp99 template <class T> class PrinterTest : public ::testing::Test { class
107 PrinterTest() : Data(), OS(Data), P(OS), R(Helper<T>::construct()) {} in PrinterTest() function in llvm::xray::__anon5de4688e0111::PrinterTest
112 TYPED_TEST_P(PrinterTest, PrintsRecord) { in TYPED_TEST_P() argument