Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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()
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py43 def check_instances(self, instances, classes): member in TestRefactoringTool
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py37 def check_instances(self, instances, classes): member in TestRefactoringTool