HomeSort by relevance Sort by last modified time
    Searched full:__traits (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
future 264 typedef allocator_traits<__allocator_type> __traits;
266 __traits::destroy(__a, this);
267 __traits::deallocate(__a, this, 1);
277 __traits;
278 typename __traits::allocator_type __a2(__a);
279 __result_type* __p = __traits::allocate(__a2, 1);
282 __traits::construct(__a2, __p, __a);
286 __traits::deallocate(__a2, __p, 1);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_compiler.tcc 65 const _TraitsT& __traits, _FlagT __flags)
75 _M_traits(__traits),
shared_ptr_base.h 1118 typedef allocator_traits<_Alloc2> __traits; typedef
1119 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1124 __traits::construct(__del._M_alloc, _M_ptr,
1129 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
regex.h 67 const _TraitsT& __traits,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 985 typedef allocator_traits<_Alloc2> __traits; typedef
986 _M_ptr = __traits::allocate(__del._M_alloc, 1);
991 __traits::construct(__del._M_alloc, _M_ptr,
996 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
regex_compiler.h 643 _TraitsT& __traits, _FlagT __flags);
719 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits,
721 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 985 typedef allocator_traits<_Alloc2> __traits; typedef
986 _M_ptr = __traits::allocate(__del._M_alloc, 1);
991 __traits::construct(__del._M_alloc, _M_ptr,
996 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
regex_compiler.h 643 _TraitsT& __traits, _FlagT __flags);
719 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits,
721 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 985 typedef allocator_traits<_Alloc2> __traits; typedef
986 _M_ptr = __traits::allocate(__del._M_alloc, 1);
991 __traits::construct(__del._M_alloc, _M_ptr,
996 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
regex_compiler.h 643 _TraitsT& __traits, _FlagT __flags);
719 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits,
721 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
  /external/libcxx/include/
regex     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
regex     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
regex     [all...]

Completed in 400 milliseconds

12