Searched defs:AllocatorConstructController (Results 1 – 1 of 1) sorted by relevance
154 struct AllocatorConstructController { struct155 const detail::TypeID* m_expected_args;156 bool m_allow_constructions;157 bool m_allow_unchecked;158 int m_expected_count;160 void clear() { in clear()168 bool check(detail::TypeID const& tid) { in check()180 bool unchecked() { in unchecked()198 bool check() { in check()224 friend AllocatorConstructController* getConstructController(); argument[all …]