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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-spi.h45 // Don't inherit from TestPartResult as its destructor is not virtual.
46 class TestPartResult { class in namespace:testing
48 // C'tor. TestPartResult does NOT have a default constructor.
50 // TestPartResult object.
51 TestPartResult(TestPartResultType type, function in class:testing::TestPartResult
98 // Prints a TestPartResult object.
99 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
101 // An array of TestPartResult objects.
113 // Appends the given TestPartResult to the array.
114 void Append(const TestPartResult
[all...]
H A Dgtest.cc440 virtual void OnNewTestPartResult(const TestPartResult*) {} argument
445 : list_(new internal::List<TestPartResult>) {
453 // Appends a TestPartResult to the array.
454 void TestPartResultArray::Append(const TestPartResult& result) {
458 // Returns the TestPartResult at the given index (0-based).
459 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const {
465 const internal::ListNode<TestPartResult>* p = list_->Head();
473 // Returns the number of TestPartResult objects in the array.
500 const TestPartResult& result) {
528 const TestPartResult
[all...]
/external/chromium/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
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/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/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/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h45 // Don't inherit from TestPartResult as its destructor is not virtual.
46 class TestPartResult { class in namespace:testing
56 // C'tor. TestPartResult does NOT have a default constructor.
58 // TestPartResult object.
59 TestPartResult(Type type, function in class:testing::TestPartResult
115 // Prints a TestPartResult object.
116 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
118 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult
[all...]

Completed in 332 milliseconds