Home
last modified time | relevance | path

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

/aosp12/system/testing/gtest_extras/
H A DIsolate.cpp481 if (results.print_func != nullptr) { in PrintResults()
482 results.print_func(options_, *test); in PrintResults()
505 .print_func =
518 .print_func = nullptr,
527 .print_func = nullptr,
536 .print_func =
548 .print_func = nullptr,
H A DIsolate.h54 void (*print_func)(const Options&, const Test&); member