/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 88 _Traits* __traits) { 95 return __str_find_first_of_aux(__first1, __last1, __first2, __last2, __traits, _STLportTraits()); 101 _Traits* /* __traits */, const __true_type& __useStrcspnLikeAlgo) 107 _Traits* /* __traits */, const __false_type& /* _UseStrcspnLikeAlgo */) 113 _Tp* __pt, _Traits* __traits) { 117 return __str_find_first_not_of_aux3(__first1, __last1, __first2, __last2, __traits, _UseStrcspnLikeAlgo()); 123 _Traits* __traits, const __true_type& /* _STLportTraits */) 125 _STLP_VALUE_TYPE(__first1, _InputIter), __traits); } 136 _Traits* __traits) { 143 return __str_find_first_not_of_aux1(__first1, __last1, __first2, __last2, __traits, _STLportTraits()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string.c | 88 _Traits* __traits) { 95 return __str_find_first_of_aux(__first1, __last1, __first2, __last2, __traits, _STLportTraits()); 101 _Traits* /* __traits */, const __true_type& __useStrcspnLikeAlgo) 107 _Traits* /* __traits */, const __false_type& /* _UseStrcspnLikeAlgo */) 113 _Tp* __pt, _Traits* __traits) { 117 return __str_find_first_not_of_aux3(__first1, __last1, __first2, __last2, __traits, _UseStrcspnLikeAlgo()); 123 _Traits* __traits, const __true_type& /* _STLportTraits */) 125 _STLP_VALUE_TYPE(__first1, _InputIter), __traits); } 136 _Traits* __traits) { 143 return __str_find_first_not_of_aux1(__first1, __last1, __first2, __last2, __traits, _STLportTraits()) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/d/ |
doperators.swg | 211 static if (__traits(compiles, swigOpLt(typeof(this).init) && 228 `" && __traits(compiles, swigOp` ~ name ~ `Assign(rhs))) { swigOp` ~ name ~ `Assign(rhs);}` ~ 230 `" && __traits(compiles, swigOp` ~ name ~ `(rhs))) { return swigOp` ~ name ~ `(rhs);}`; 245 `" && __traits(compiles, swigOp` ~ name ~ `())) { return swigOp` ~ name ~ `();}`;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_construct.h | 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 143 __traits::destroy(__alloc, std::__addressof(*__first));
|
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/ |
stl_construct.h | 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 143 __traits::destroy(__alloc, std::__addressof(*__first));
|
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 145 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 147 __traits::destroy(__alloc, std::__addressof(*__first));
|
regex_compiler.h | 640 _TraitsT& __traits, _FlagT __flags); 717 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits, 719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 145 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 147 __traits::destroy(__alloc, std::__addressof(*__first));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_construct.h | 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 143 __traits::destroy(__alloc, std::__addressof(*__first));
|
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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_construct.h | 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 143 __traits::destroy(__alloc, std::__addressof(*__first));
|
regex.tcc | 419 regex_traits<char_type> __traits; 422 __fctyp(use_facet<__ctype_type>(__traits.getloc())); 443 __output(__traits.value(*__fmt_first++, 10)); 482 long __num = __traits.value(*__next, 10); 487 __num += __traits.value(*__next++, 10);
|
regex_compiler.tcc | 65 const _TraitsT& __traits, _FlagT __flags) 75 _M_traits(__traits),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
future | 269 typedef allocator_traits<__allocator_type> __traits; 271 __traits::destroy(__a, this); 272 __traits::deallocate(__a, this, 1); 282 __traits; 283 typename __traits::allocator_type __a2(__a); 284 __result_type* __p = __traits::allocate(__a2, 1); 287 __traits::construct(__a2, __p, __a); 291 __traits::deallocate(__a2, __p, 1); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
future | 269 typedef allocator_traits<__allocator_type> __traits; 271 __traits::destroy(__a, this); 272 __traits::deallocate(__a, this, 1); 282 __traits; 283 typename __traits::allocator_type __a2(__a); 284 __result_type* __p = __traits::allocate(__a2, 1); 287 __traits::construct(__a2, __p, __a); 291 __traits::deallocate(__a2, __p, 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
future | 279 typedef allocator_traits<__allocator_type> __traits; 281 __traits::destroy(__a, this); 282 __traits::deallocate(__a, this, 1); 292 __traits; 293 typename __traits::allocator_type __a2(__a); 294 __result_type* __p = __traits::allocate(__a2, 1); 297 __traits::construct(__a2, __p, __a); 301 __traits::deallocate(__a2, __p, 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
future | 279 typedef allocator_traits<__allocator_type> __traits; 281 __traits::destroy(__a, this); 282 __traits::deallocate(__a, this, 1); 292 __traits; 293 typename __traits::allocator_type __a2(__a); 294 __result_type* __p = __traits::allocate(__a2, 1); 297 __traits::construct(__a2, __p, __a); 301 __traits::deallocate(__a2, __p, 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
future | 269 typedef allocator_traits<__allocator_type> __traits; 271 __traits::destroy(__a, this); 272 __traits::deallocate(__a, this, 1); 282 __traits; 283 typename __traits::allocator_type __a2(__a); 284 __result_type* __p = __traits::allocate(__a2, 1); 287 __traits::construct(__a2, __p, __a); 291 __traits::deallocate(__a2, __p, 1); [all...] |
/prebuilts/ndk/9/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
regex_compiler.h | 640 _TraitsT& __traits, _FlagT __flags); 717 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits, 719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_compiler.h | 640 _TraitsT& __traits, _FlagT __flags); 717 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits, 719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
|