Searched refs:TestPtrs (Results 1 – 1 of 1) sorted by relevance
45 std::vector<PtrT> TestPtrs; member in __anonfcccf5080111::TinyPtrVectorTest49 TestPtrs.push_back(&TestValues[i]); in TinyPtrVectorTest()51 std::random_shuffle(TestPtrs.begin(), TestPtrs.end(), test_shuffle_rng_p); in TinyPtrVectorTest()55 return makeArrayRef(&TestPtrs[0], N); in testArray()91 this->V.push_back(this->TestPtrs[0]); in TYPED_TEST()93 this->V.push_back(this->TestPtrs[1]); in TYPED_TEST()95 this->V.push_back(this->TestPtrs[2]); in TYPED_TEST()97 this->V.push_back(this->TestPtrs[3]); in TYPED_TEST()99 this->V.push_back(this->TestPtrs[4]); in TYPED_TEST()107 this->TestPtrs[3] = &this->TestValues[42]; in TYPED_TEST()[all …]