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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 208 struct __allocate_helper struct in struct:allocator_traits
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
433 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 208 struct __allocate_helper struct in struct:allocator_traits
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
433 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 207 struct __allocate_helper struct in struct:allocator_traits
224 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
230 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
430 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 207 struct __allocate_helper struct in struct:allocator_traits
224 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
230 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
430 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 208 struct __allocate_helper struct in struct:allocator_traits
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
433 const bool allocator_traits<_Alloc>::__allocate_helper<_Alloc2>::value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 203 struct __allocate_helper struct in struct:allocator_traits
218 using __has_allocate = typename __allocate_helper<_Alloc2>::type;

Completed in 692 milliseconds