Lines Matching refs:ObjCounterHelper

198 template <typename, bool> struct ObjCounterHelper;
200 template <typename SA> struct ObjCounterHelper<SA, true> { struct
221 template <typename SA> struct ObjCounterHelper<SA, false> { struct
247 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::ResetMaxObjCount(&allocator); in do_slab_test()
248 bool res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount(allocator, 0); in do_slab_test()
250 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount(allocator, 0); in do_slab_test()
258 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test()
261 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test()
281 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test()
284 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test()
297 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test()
300 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test()
323 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::ResetMaxObjCount(&allocator); in do_slab_test()
326 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test()
332 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test()
335 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test()
338 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::ResetMaxObjCount(&allocator); in do_slab_test()
339 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test()
466 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticResetMaxObjCount(); in do_static_slab_test()
467 bool res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckObjCount(0); in do_static_slab_test()
469 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(0); in do_static_slab_test()
477 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckObjCount in do_static_slab_test()
480 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount in do_static_slab_test()
500 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckObjCount in do_static_slab_test()
503 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount in do_static_slab_test()
516 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckObjCount in do_static_slab_test()
519 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count); in do_static_slab_test()
540 ObjCounterHelper<AllocatorType, in do_static_slab_test()
544 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count); in do_static_slab_test()
549 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckObjCount(0); in do_static_slab_test()
551 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(i % 2); in do_static_slab_test()
553 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticResetMaxObjCount(); in do_static_slab_test()
554 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(0); in do_static_slab_test()