Lines Matching refs:using
91 // This flag enables using colors in terminal output. Available values are
100 // This flag sets up the filter to select by name using a glob pattern
194 // We do this instead of using '= delete' so as to avoid triggering warnings
214 using TestCase = TestSuite;
224 // When you define a test using the TEST macro, you don't need to
889 // we may want to implement ASSERT_* using exceptions where they are
1368 // It prevents using invalid operator==/!= defined at namespace scope.
1613 // re-using stack space even for temporary variables, so every EXPECT_EQ
1730 // writing data-driven tests often find themselves using ADD_FAILURE
2161 // is to work around a suspected linker bug when using Google Test as
2185 // the test code between braces after using this macro. Example:
2285 using TestT = typename std::remove_pointer<decltype(factory())>::type;