Searched refs:makeTypeID (Results 1 – 3 of 3) sorted by relevance
123 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()
63 inline TypeID const& makeTypeID() { in makeTypeID() function
137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); } in makeTypeID() function146 return makeTypeID<ArgumentListID<Args...>>(); in makeArgumentID()