Searched defs:TestPartResultArray (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-test-part.cc67 // Constructs an empty TestPartResultArray.
68 TestPartResultArray::TestPartResultArray() function in class:testing::TestPartResultArray
72 // Destructs a TestPartResultArray.
73 TestPartResultArray::~TestPartResultArray() {
78 void TestPartResultArray::Append(const TestPartResult& result) {
83 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const {
85 printf("\nInvalid index (%d) into TestPartResultArray.\n", index);
93 int TestPartResultArray
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-spi.h106 // Don't inherit from TestPartResultArray as its destructor is not
108 class TestPartResultArray { class in namespace:testing
110 TestPartResultArray();
111 ~TestPartResultArray();
126 GTEST_DISALLOW_COPY_AND_ASSIGN(TestPartResultArray);
141 // TestPartResultArray object given in the constructor whenever a
149 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
154 // Appends the TestPartResult object to the TestPartResultArray
162 TestPartResultArray* const result_;
171 // TestPartResultArray contain
[all...]
H A Dgtest.cc443 // Constructs an empty TestPartResultArray.
444 TestPartResultArray::TestPartResultArray() function in class:testing::TestPartResultArray
448 // Destructs a TestPartResultArray.
449 TestPartResultArray::~TestPartResultArray() {
454 void TestPartResultArray::Append(const TestPartResult& result) {
459 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const {
461 printf("\nInvalid index (%d) into TestPartResultArray.\n", index);
474 int TestPartResultArray
[all...]
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h121 // Don't inherit from TestPartResultArray as its destructor is not
123 class GTEST_API_ TestPartResultArray { class in namespace:testing
125 TestPartResultArray() {} function in class:testing::TestPartResultArray
139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
/external/gtest/include/gtest/
H A Dgtest-test-part.h121 // Don't inherit from TestPartResultArray as its destructor is not
123 class GTEST_API_ TestPartResultArray { class in namespace:testing
125 TestPartResultArray() {} function in class:testing::TestPartResultArray
139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h121 // Don't inherit from TestPartResultArray as its destructor is not
123 class GTEST_API_ TestPartResultArray { class in namespace:testing
125 TestPartResultArray() {} function in class:testing::TestPartResultArray
139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h123 // Don't inherit from TestPartResultArray as its destructor is not
125 class TestPartResultArray { class in namespace:testing
127 TestPartResultArray();
128 ~TestPartResultArray();
142 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);

Completed in 150 milliseconds