Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_test_types.h154 struct AllocatorConstructController { struct
155 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 …]