Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontainer_test_types.h155 struct AllocatorConstructController { struct
156 const detail::TypeID* m_expected_args;
157 bool m_allow_constructions;
158 bool m_allow_unchecked;
159 int m_expected_count;
161 void clear() { in clear()
169 bool check(detail::TypeID const& tid) { in check()
179 bool unchecked() { in unchecked()
184 void expect(detail::TypeID const& tid) { in expect()
197 bool check() { in check()
[all …]