Searched refs:TestPtrs (Results 1 – 1 of 1) sorted by relevance
43 std::vector<PtrT> TestPtrs; member in __anon20cd5d020111::TinyPtrVectorTest47 TestPtrs.push_back(&TestValues[i]); in TinyPtrVectorTest()49 std::random_shuffle(TestPtrs.begin(), TestPtrs.end(), test_shuffle_rng_p); in TinyPtrVectorTest()53 return makeArrayRef(&TestPtrs[0], N); in testArray()89 this->V.push_back(this->TestPtrs[0]); in TYPED_TEST()91 this->V.push_back(this->TestPtrs[1]); in TYPED_TEST()93 this->V.push_back(this->TestPtrs[2]); in TYPED_TEST()95 this->V.push_back(this->TestPtrs[3]); in TYPED_TEST()97 this->V.push_back(this->TestPtrs[4]); in TYPED_TEST()105 this->TestPtrs[3] = &this->TestValues[42]; in TYPED_TEST()[all …]