HomeSort by relevance Sort by last modified time
    Searched refs:__maxsize_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 289 struct __maxsize_helper struct in struct:allocator_traits
304 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
310 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
446 const bool allocator_traits<_Alloc>::__maxsize_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 289 struct __maxsize_helper struct in struct:allocator_traits
304 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
310 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
446 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 287 struct __maxsize_helper struct in struct:allocator_traits
302 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
308 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
443 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 287 struct __maxsize_helper struct in struct:allocator_traits
302 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
308 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
443 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 289 struct __maxsize_helper struct in struct:allocator_traits
304 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
310 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
446 const bool allocator_traits<_Alloc>::__maxsize_helper<_Alloc2>::value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 290 struct __maxsize_helper struct in struct:allocator_traits
303 using __has_max_size = typename __maxsize_helper<_Alloc2>::type;

Completed in 98 milliseconds