HomeSort by relevance Sort by last modified time
    Searched defs:TestPartResultArray (Results 1 - 11 of 11) 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_org/testing/gtest/include/gtest/
gtest-test-part.h 124 // Don't inherit from TestPartResultArray as its destructor is not
126 class GTEST_API_ TestPartResultArray {
128 TestPartResultArray() {}
142 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
  /external/chromium_org/third_party/mesa/src/src/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 124 // Don't inherit from TestPartResultArray as its destructor is not
126 class GTEST_API_ TestPartResultArray {
128 TestPartResultArray() {}
142 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/mesa3d/src/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/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);
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 124 // Don't inherit from TestPartResultArray as its destructor is not
126 class GTEST_API_ TestPartResultArray {
128 TestPartResultArray() {}
142 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 317 milliseconds