Searched refs:DestructorCall (Results 1 – 1 of 1) sorted by relevance
1147 class DestructorCall { class1149 DestructorCall() { in DestructorCall() function in testing::internal::DestructorCall1172 static std::vector<DestructorCall*>& List() { return *list_; } in List()1186 static std::vector<DestructorCall*>* const list_;1188 DestructorCall(const DestructorCall&) = delete;1189 DestructorCall& operator=(const DestructorCall&) = delete;1192 std::vector<DestructorCall*>* const DestructorCall::list_ =1193 new std::vector<DestructorCall*>;1205 DestructorCall::List()[index_]->ReportDestroyed(); in ~DestructorTracker()1210 DestructorCall::List().push_back(new DestructorCall); in GetNewIndex()[all …]