Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc299 class TestingVector : public std::vector<int> { class
303 const TestingVector& vector) { in operator <<()
856 static bool VectorIsCorrupt(const TestingVector& vector) { in VectorIsCorrupt()
875 static bool VectorIsNotCorrupt(const TestingVector& vector) { in VectorIsNotCorrupt()
879 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled()
889 const TestingVector& vector, int begin, int end) { in RangeIsUnshuffled()
893 static bool VectorIsShuffled(const TestingVector& vector) { in VectorIsShuffled()
897 static bool VectorIsUnshuffled(const TestingVector& vector) { in VectorIsUnshuffled()
902 TestingVector vector_;
990 TestingVector vector2; in TEST_F()