Home
last modified time | relevance | path

Searched refs:makeTypeID (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/support/
Dcontrolled_allocators.hpp123 last_construct_alloc = &makeTypeID<Alloc>(); in countConstruct()
124 last_construct_type = &makeTypeID<Tp>(); in countConstruct()
131 last_destroy_alloc = &makeTypeID<Alloc>(); in countDestroy()
132 last_destroy_type = &makeTypeID<Tp>(); in countDestroy()
187 auto expectAlloc = &makeTypeID<Alloc>(); in checkConstruct()
188 auto expectTp = &makeTypeID<Tp>(); in checkConstruct()
199 last_destroy_alloc == &makeTypeID<Alloc>() && in checkDestroy()
200 last_destroy_type == &makeTypeID<Tp>(); in checkDestroy()
Dtype_id.h63 inline TypeID const& makeTypeID() { in makeTypeID() function
Dcontainer_test_types.h137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); } in makeTypeID() function
146 return makeTypeID<ArgumentListID<Args...>>(); in makeArgumentID()