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

  /external/libcxx/test/support/test.support/
test_demangle.pass.cpp 16 template <class T, class U> struct ArgumentListID {};
25 {typeid(ArgumentListID<int, MyType>).name(), "ArgumentListID<int, MyType>"}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/test.support/
test_demangle.pass.cpp 16 template <class T, class U> struct ArgumentListID {};
25 {typeid(ArgumentListID<int, MyType>).name(), "ArgumentListID<int, MyType>"}
  /external/libcxx/test/support/
type_id.h 68 struct ArgumentListID {};
74 return makeTypeIDImp<ArgumentListID<Args...>>();
uses_alloc_types.hpp 125 struct TakeNImp<false, N, ArgumentListID<A1...>, F, R...>
126 : TakeNImp<N-1 == 0, N - 1, ArgumentListID<A1..., F>, R...> {};
129 struct TakeNArgs : TakeNImp<N == 0, N, ArgumentListID<>, Args...> {};
250 static CtorAlloc getAllocatorFromPack(ArgumentListID<LArgs...>, Args&&... args) {
container_test_types.h 140 struct ArgumentListID {};
146 return makeTypeID<ArgumentListID<Args...>>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
type_id.h 68 struct ArgumentListID {};
74 return makeTypeIDImp<ArgumentListID<Args...>>();
uses_alloc_types.hpp 125 struct TakeNImp<false, N, ArgumentListID<A1...>, F, R...>
126 : TakeNImp<N-1 == 0, N - 1, ArgumentListID<A1..., F>, R...> {};
129 struct TakeNArgs : TakeNImp<N == 0, N, ArgumentListID<>, Args...> {};
250 static CtorAlloc getAllocatorFromPack(ArgumentListID<LArgs...>, Args&&... args) {
container_test_types.h 140 struct ArgumentListID {};
146 return makeTypeID<ArgumentListID<Args...>>();

Completed in 103 milliseconds