Searched defs:TestPartResult (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
117 // Prints a TestPartResult object.
118 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
120 // An array of TestPartResult objects.
128 // Appends the given TestPartResult to the array.
129 void Append(const TestPartResult
[all...]
/external/googletest/googletest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult
[all...]
/external/v8/testing/gtest/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-test-part.h46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult { class in namespace:testing
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type, function in class:testing::TestPartResult
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h6501 class TestPartResult; // Result of a test part.
7188 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
7191 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
7194 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
15265 // Don't inherit from TestPartResult as its destructor is not virtual.
15266 class GTEST_API_ TestPartResult { class in namespace:testing
15276 // C'tor. TestPartResult does NOT have a default constructor.
15278 // TestPartResult object.
15279 TestPartResult(Type a_type, function in class:testing::TestPartResult
15335 // Prints a TestPartResult objec
[all...]
/external/fmtlib/test/gtest/
H A Dgtest.h7047 class TestPartResult; // Result of a test part.
7110 explicit GoogleTestFailureException(const TestPartResult& failure);
7992 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
7995 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
7998 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
17089 // Don't inherit from TestPartResult as its destructor is not virtual.
17090 class GTEST_API_ TestPartResult { class in namespace:testing
17100 // C'tor. TestPartResult does NOT have a default constructor.
17102 // TestPartResult object.
17103 TestPartResult(Typ function in class:testing::TestPartResult
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7048 class TestPartResult; // Result of a test part.
7111 explicit GoogleTestFailureException(const TestPartResult& failure);
7993 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
7996 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
7999 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
17090 // Don't inherit from TestPartResult as its destructor is not virtual.
17091 class GTEST_API_ TestPartResult { class in namespace:testing
17101 // C'tor. TestPartResult does NOT have a default constructor.
17103 // TestPartResult object.
17104 TestPartResult(Typ function in class:testing::TestPartResult
[all...]

Completed in 657 milliseconds