Home
last modified time | relevance | path

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

/third_party/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_;
1047 TestingVector vector2; in TEST_F()