HomeSort by relevance Sort by last modified time
    Searched refs:makeTypeID (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
type_id.h 35 template <class T> friend TypeID const& makeTypeID();
39 // makeTypeID - Return the TypeID for the specified type 'T'.
41 inline TypeID const& makeTypeID() {
54 return makeTypeID<ArgumentListID<Args...>>();
container_test_types.h 135 // makeTypeID - Return the TypeID for the specified type 'T'.
137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); }
146 return makeTypeID<ArgumentListID<Args...>>();
uses_alloc_types.hpp 170 args_id = &makeTypeID<ArgIDL>();
  /external/libcxx/test/support/
controlled_allocators.hpp 123 last_construct_alloc = &makeTypeID<Alloc>();
124 last_construct_type = &makeTypeID<Tp>();
131 last_destroy_alloc = &makeTypeID<Alloc>();
132 last_destroy_type = &makeTypeID<Tp>();
187 auto expectAlloc = &makeTypeID<Alloc>();
188 auto expectTp = &makeTypeID<Tp>();
199 last_destroy_alloc == &makeTypeID<Alloc>() &&
200 last_destroy_type == &makeTypeID<Tp>();
type_id.h 52 // makeTypeID - Return the TypeID for the specified type 'T'.
63 inline TypeID const& makeTypeID() {
container_test_types.h 135 // makeTypeID - Return the TypeID for the specified type 'T'.
137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); }
146 return makeTypeID<ArgumentListID<Args...>>();

Completed in 118 milliseconds