Searched refs:makeTypeID (Results 1 – 3 of 3) sorted by relevance
122 last_construct_alloc = &makeTypeID<Alloc>(); in countConstruct()123 last_construct_type = &makeTypeID<Tp>(); in countConstruct()130 last_destroy_alloc = &makeTypeID<Alloc>(); in countDestroy()131 last_destroy_type = &makeTypeID<Tp>(); in countDestroy()186 auto expectAlloc = &makeTypeID<Alloc>(); in checkConstruct()187 auto expectTp = &makeTypeID<Tp>(); in checkConstruct()203 last_destroy_alloc == &makeTypeID<Alloc>() && in checkDestroy()204 last_destroy_type == &makeTypeID<Tp>(); in checkDestroy()
57 inline TypeID const& makeTypeID() { in makeTypeID() function
136 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); } in makeTypeID() function145 return makeTypeID<ArgumentListID<Args...>>(); in makeArgumentID()