Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc1161 class DestructorCall { class
1163 DestructorCall() { in DestructorCall() function in testing::internal::DestructorCall
1186 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 …]