Home
last modified time | relevance | path

Searched refs:TestingVector (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc210 class TestingVector : public std::vector<int> { class
214 const TestingVector& vector) { in operator <<()
774 static bool VectorIsCorrupt(const TestingVector& vector) { in VectorIsCorrupt()
793 static bool VectorIsNotCorrupt(const TestingVector& vector) { in VectorIsNotCorrupt()
797 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled()
807 const TestingVector& vector, int begin, int end) { in RangeIsUnshuffled()
811 static bool VectorIsShuffled(const TestingVector& vector) { in VectorIsShuffled()
815 static bool VectorIsUnshuffled(const TestingVector& vector) { in VectorIsUnshuffled()
820 TestingVector vector_;
908 TestingVector vector2; in TEST_F()
/external/googletest/googletest/test/
Dgtest_unittest.cc296 class TestingVector : public std::vector<int> { class
300 const TestingVector& vector) { in operator <<()
910 static bool VectorIsCorrupt(const TestingVector& vector) { in VectorIsCorrupt()
929 static bool VectorIsNotCorrupt(const TestingVector& vector) { in VectorIsNotCorrupt()
933 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled()
943 const TestingVector& vector, int begin, int end) { in RangeIsUnshuffled()
947 static bool VectorIsShuffled(const TestingVector& vector) { in VectorIsShuffled()
951 static bool VectorIsUnshuffled(const TestingVector& vector) { in VectorIsUnshuffled()
956 TestingVector vector_;
1044 TestingVector vector2; in TEST_F()