Lines Matching refs:active
38 bool active; member
39 …e(std::size_t new_limit, bool an_active = true): previous_state(max_foo_count), active(an_active) { in previous_state()
40 if (active){ in previous_state()
45 if (active) { in ~limit_foo_count_in_scope()
54 bool active; member
55 … an_active = true) : previous_state(static_counter_allocator_type::max_items), active(an_active) { in previous_state()
56 if (active){ in previous_state()
61 if (active) { in ~limit_allocated_items_in_scope()
69 bool active; member
71 track_foo_count(): active(true), previous_state(foo_count) { } in track_foo_count()
73 if (active){ in ~track_foo_count()
82 active = false; in verify_no_undestroyed_foo_left_and_dismiss()
550 TrackFooCount() : active(true), previous_state(foo_count) {} in TrackFooCount()
555 if (active) { in ~TrackFooCount()
562 active = false; in verify_no_undestroyed_foo_left_and_dismiss()
565 bool active; member
610 : previous_state(StaticCountingAllocatorType::max_items), active(act) in previous_state()
612 if (active) { in previous_state()
620 if (active) { in ~LimitAllocatedItemsInScope()
626 bool active; member
631 : previous_state(max_foo_count), active(act) in previous_state()
633 if (active) { in previous_state()
641 if (active) { in ~LimitFooCountInScope()
647 bool active; member