Searched refs:DestructorCall (Results 1 – 1 of 1) sorted by relevance
1161 class DestructorCall { class1163 DestructorCall() { in DestructorCall() function in testing::internal::DestructorCall1186 static std::vector<DestructorCall*>& List() { return *list_; } in List()1200 static std::vector<DestructorCall*>* const list_;1202 GTEST_DISALLOW_COPY_AND_ASSIGN_(DestructorCall);1205 std::vector<DestructorCall*>* const DestructorCall::list_ =1206 new std::vector<DestructorCall*>;1218 DestructorCall::List()[index_]->ReportDestroyed(); in ~DestructorTracker()1223 DestructorCall::List().push_back(new DestructorCall); in GetNewIndex()1224 return DestructorCall::List().size() - 1; in GetNewIndex()[all …]