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

  /external/libcxx/test/support/
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 71 milliseconds