Lines Matching defs:name
14 // * Neither the name of Google Inc. nor the names of its
100 // This flag sets up the filter to select by name using a glob pattern
333 // Deletes self. We deliberately pick an unusual name for this
524 // Test suite name
525 // Test name
539 // Returns the test suite name.
547 // Returns the test name.
548 const char* name() const { return name_.c_str(); }
550 // Returns the name of the parameter type, or NULL if this is not a typed
564 // Returns the file name where this test is defined.
575 // been specified) and its full name matches the user-specified filter.
578 // The full name of a test Bar in test suite Foo is defined as
610 const char* test_suite_name, const char* name, const char* type_param,
618 TestInfo(const std::string& test_suite_name, const std::string& name,
643 const std::string test_suite_name_; // test suite name
644 const std::string name_; // Test name
674 // Creates a TestSuite with the given name.
681 // name: name of the test suite
682 // a_type_param: the name of the test's type parameter, or NULL if
686 TestSuite(const char* name, const char* a_type_param,
693 // Gets the name of the TestSuite.
694 const char* name() const { return name_.c_str(); }
696 // Returns the name of the parameter type, or NULL if this is not a
1751 // generic name and clashes with some other libraries.
1760 // is a generic name and clashes with some other libraries.
2096 // of the dummy variable name, thus allowing multiple SCOPED_TRACE()s
2145 // The first parameter is the name of the test suite, and the second
2146 // parameter is the name of the test within the test suite.
2148 // The convention is to end the test suite name with "Test". For
2173 // is a generic name and clashes with some other libraries.
2180 // The first parameter is the name of the test fixture class, which
2181 // also doubles as the test suite name. The second parameter is the
2182 // name of the test within the test suite.
2313 // namespace and has an all-caps name.