Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DTest.cpp77 void Test::Print(bool gtest_format) { in Print()
DOptions.h47 bool gtest_format() const { return bools_.at("gtest_format"); } in gtest_format() function
/system/testing/gtest_extras/tests/
DOptionsTest.cpp87 TEST(OptionsTest, gtest_format) { in TEST() argument