Lines Matching defs:type

224     "is set to a terminal type that supports colors.");
361 AssertHelper::AssertHelper(TestPartResult::Type type,
365 : data_(new AssertHelperData(type, file, line, message)) {
375 AddTestPartResult(data_->type, data_->file, data_->line,
611 // Returns the type ID of ::testing::Test. We should always call this
612 // instead of GetTypeId< ::testing::Test>() to get the type ID of
629 // failure of the given type and that the failure message contains the
635 TestPartResult::Type type,
637 const std::string expected(type == TestPartResult::kFatalFailure ?
651 if (r.type() != type) {
668 // test part results, what type of failure we expect, and what
672 TestPartResult::Type type,
675 type_(type),
680 // type and contains the given substring. If that's not the case, a
1250 // Advance indices, depending on edit type.
1754 // code_point parameter is of type UInt32 because wchar_t may not be
2378 // SEH is supported; returns the 0-value for type Result in case of an
2407 // exceptions, if they are supported; returns the 0-value for type
2440 // This exception type can only be thrown by a failed Google
2532 // type_param: the name of the test's type parameter, or NULL if
2533 // this is not a typed or a type-parameterized test.
2716 // a_type_param: the name of the test case's type parameter, or NULL if
2717 // this is not a typed or a type-parameterized test case.
2830 static const char * TestPartResultTypeToString(TestPartResult::Type type) {
2831 switch (type) {
2843 return "Unknown result type";
2855 << " " << TestPartResultTypeToString(test_part_result.type())
3005 // output to label the type parameter and value parameter for a test.
3122 if (result.type() == TestPartResult::kSuccess)
3661 << "\" type=\"\">";
4498 // type_param: the name of the test case's type parameter, or NULL if
4499 // this is not a typed or a type-parameterized test case.
4866 // Print at most this many characters for each type/value parameter.
4882 // We print the type parameter on a single line to make
5276 // other parts of Google Test. The type parameter CharType can be
5341 // The type parameter CharType can be instantiated to either char or