Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgtest_unittest.cc276 class TestingVector : public std::vector<int> {}; class
278 ::std::ostream& operator<<(::std::ostream& os, const TestingVector& vector) { in operator <<()
891 static bool VectorIsCorrupt(const TestingVector& vector) { in VectorIsCorrupt()
910 static bool VectorIsNotCorrupt(const TestingVector& vector) { in VectorIsNotCorrupt()
914 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled()
923 static bool RangeIsUnshuffled(const TestingVector& vector, int begin, in RangeIsUnshuffled()
928 static bool VectorIsShuffled(const TestingVector& vector) { in VectorIsShuffled()
932 static bool VectorIsUnshuffled(const TestingVector& vector) { in VectorIsUnshuffled()
937 TestingVector vector_;
1028 TestingVector vector2; in TEST_F()