Home
last modified time | relevance | path

Searched refs:print_func (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp484 if (results.print_func != nullptr) { in PrintResults()
485 results.print_func(options_, *test); in PrintResults()
508 .print_func =
521 .print_func = nullptr,
530 .print_func = nullptr,
539 .print_func =
551 .print_func = nullptr,
DIsolate.h54 void (*print_func)(const Options&, const Test&); member