Home
last modified time | relevance | path

Searched defs:check_instances (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/unordered/test/helpers/
Dcount.hpp66 struct check_instances struct
68 int instances_;
69 int constructions_;
71 check_instances() in check_instances() function
76 ~check_instances() in ~check_instances()
81 int instances() const { return global_object_count.instances - instances_; } in instances()
82 int constructions() const in constructions()
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py37 def check_instances(self, instances, classes): member in TestRefactoringTool