Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.h48 struct ResultsType { struct
73 void PrintResults(size_t total, const ResultsType& results, std::string* footer); argument
110 static ResultsType SlowResults;
111 static ResultsType XpassFailResults;
112 static ResultsType FailResults;
113 static ResultsType TimeoutResults;
114 static ResultsType SkippedResults;
DIsolate.cpp472 void Isolate::PrintResults(size_t total, const ResultsType& results, std::string* footer) { in PrintResults()
502 Isolate::ResultsType Isolate::SlowResults = {
515 Isolate::ResultsType Isolate::XpassFailResults = {
524 Isolate::ResultsType Isolate::FailResults = {
533 Isolate::ResultsType Isolate::TimeoutResults = {
545 Isolate::ResultsType Isolate::SkippedResults = {