HomeSort by relevance Sort by last modified time
    Searched defs:TestPartResultArray (Results 1 - 7 of 7) sorted by null

  /external/protobuf/gtest/src/
gtest-test-part.cc 67 // Constructs an empty TestPartResultArray.
68 TestPartResultArray::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::size() const
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 106 // Don't inherit from TestPartResultArray as its destructor is not
108 class TestPartResultArray {
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 contains exactly one failure that has the give
    [all...]
gtest.cc 443 // Constructs an empty TestPartResultArray.
444 TestPartResultArray::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::size() const
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 121 // Don't inherit from TestPartResultArray as its destructor is not
123 class GTEST_API_ TestPartResultArray {
125 TestPartResultArray() {}
139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
  /external/gtest/include/gtest/
gtest-test-part.h 121 // Don't inherit from TestPartResultArray as its destructor is not
123 class GTEST_API_ TestPartResultArray {
125 TestPartResultArray() {}
139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 121 // Don't inherit from TestPartResultArray as its destructor is not
123 class GTEST_API_ TestPartResultArray {
125 TestPartResultArray() {}
139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 123 // Don't inherit from TestPartResultArray as its destructor is not
125 class TestPartResultArray {
127 TestPartResultArray();
128 ~TestPartResultArray();
142 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);

Completed in 278 milliseconds