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

1 2

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_compiler.h 60 const _TraitsT& __traits, _FlagT __flags);
151 const _TraitsT& __traits,
155 return _Cmplr(__first, __last, __traits, __flags)._M_get_nfa();
170 _RegexTranslator(const _TraitsT& __traits)
171 : _M_traits(__traits)
215 _RegexTranslator(const _TraitsT& __traits)
237 _AnyMatcher(const _TraitsT& __traits)
238 : _M_translator(__traits)
258 _AnyMatcher(const _TraitsT& __traits)
259 : _M_translator(__traits)
    [all...]
stl_uninitialized.h 262 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
264 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
312 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
314 __traits::construct(__alloc, std::__addressof(*__cur), __x);
338 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
340 __traits::construct(__alloc, std::__addressof(*__cur), __x);
586 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
588 __traits::construct(__alloc, std::__addressof(*__cur));
616 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
618 __traits::construct(__alloc, std::__addressof(*__cur))
    [all...]
alloc_traits.h 450 typedef allocator_traits<_Alloc> __traits; typedef
451 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
458 typedef allocator_traits<_Alloc> __traits; typedef
459 return __traits::select_on_container_copy_construction(__a);
473 typedef allocator_traits<_Alloc> __traits; typedef
474 typedef typename __traits::propagate_on_container_move_assignment __pocma;
492 typedef allocator_traits<_Alloc> __traits; typedef
493 typedef typename __traits::propagate_on_container_swap __pocs;
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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
scoped_allocator 179 typedef allocator_traits<_OuterAlloc> __traits;
254 typedef typename __traits::value_type value_type;
255 typedef typename __traits::size_type size_type;
256 typedef typename __traits::difference_type difference_type;
257 typedef typename __traits::pointer pointer;
258 typedef typename __traits::const_pointer const_pointer;
259 typedef typename __traits::void_pointer void_pointer;
260 typedef typename __traits::const_void_pointer const_void_pointer;
276 typename __traits::template rebind_alloc<_Tp>,
326 { return __traits::allocate(outer_allocator(), __n);
    [all...]
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-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
scoped_allocator 179 typedef allocator_traits<_OuterAlloc> __traits;
254 typedef typename __traits::value_type value_type;
255 typedef typename __traits::size_type size_type;
256 typedef typename __traits::difference_type difference_type;
257 typedef typename __traits::pointer pointer;
258 typedef typename __traits::const_pointer const_pointer;
259 typedef typename __traits::void_pointer void_pointer;
260 typedef typename __traits::const_void_pointer const_void_pointer;
276 typename __traits::template rebind_alloc<_Tp>,
326 { return __traits::allocate(outer_allocator(), __n);
    [all...]
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/
scoped_allocator 179 typedef allocator_traits<_OuterAlloc> __traits;
254 typedef typename __traits::value_type value_type;
255 typedef typename __traits::size_type size_type;
256 typedef typename __traits::difference_type difference_type;
257 typedef typename __traits::pointer pointer;
258 typedef typename __traits::const_pointer const_pointer;
259 typedef typename __traits::void_pointer void_pointer;
260 typedef typename __traits::const_void_pointer const_void_pointer;
276 typename __traits::template rebind_alloc<_Tp>,
326 { return __traits::allocate(outer_allocator(), __n);
    [all...]
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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
scoped_allocator 179 typedef allocator_traits<_OuterAlloc> __traits;
254 typedef typename __traits::value_type value_type;
255 typedef typename __traits::size_type size_type;
256 typedef typename __traits::difference_type difference_type;
257 typedef typename __traits::pointer pointer;
258 typedef typename __traits::const_pointer const_pointer;
259 typedef typename __traits::void_pointer void_pointer;
260 typedef typename __traits::const_void_pointer const_void_pointer;
276 typename __traits::template rebind_alloc<_Tp>,
326 { return __traits::allocate(outer_allocator(), __n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_uninitialized.h 242 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
292 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
318 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
560 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
562 __traits::construct(__alloc, std::__addressof(*__cur));
590 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
592 __traits::construct(__alloc, std::__addressof(*__cur))
    [all...]
alloc_traits.h 465 typedef allocator_traits<_Alloc> __traits; typedef
466 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
473 typedef allocator_traits<_Alloc> __traits; typedef
474 return __traits::select_on_container_copy_construction(__a);
488 typedef allocator_traits<_Alloc> __traits; typedef
489 typedef typename __traits::propagate_on_container_move_assignment __pocma;
507 typedef allocator_traits<_Alloc> __traits; typedef
508 typedef typename __traits::propagate_on_container_swap __pocs;
stl_construct.h 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
143 __traits::destroy(__alloc, std::__addressof(*__first));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_uninitialized.h 242 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
292 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
318 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
560 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
562 __traits::construct(__alloc, std::__addressof(*__cur));
590 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
592 __traits::construct(__alloc, std::__addressof(*__cur))
    [all...]
alloc_traits.h 465 typedef allocator_traits<_Alloc> __traits; typedef
466 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
473 typedef allocator_traits<_Alloc> __traits; typedef
474 return __traits::select_on_container_copy_construction(__a);
488 typedef allocator_traits<_Alloc> __traits; typedef
489 typedef typename __traits::propagate_on_container_move_assignment __pocma;
507 typedef allocator_traits<_Alloc> __traits; typedef
508 typedef typename __traits::propagate_on_container_swap __pocs;
stl_construct.h 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
143 __traits::destroy(__alloc, std::__addressof(*__first));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_uninitialized.h 242 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
292 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
318 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
560 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
562 __traits::construct(__alloc, std::__addressof(*__cur));
590 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
592 __traits::construct(__alloc, std::__addressof(*__cur))
    [all...]
alloc_traits.h 465 typedef allocator_traits<_Alloc> __traits; typedef
466 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
473 typedef allocator_traits<_Alloc> __traits; typedef
474 return __traits::select_on_container_copy_construction(__a);
488 typedef allocator_traits<_Alloc> __traits; typedef
489 typedef typename __traits::propagate_on_container_move_assignment __pocma;
507 typedef allocator_traits<_Alloc> __traits; typedef
508 typedef typename __traits::propagate_on_container_swap __pocs;
stl_construct.h 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
143 __traits::destroy(__alloc, std::__addressof(*__first));
  /prebuilts/misc/common/swig/include/2.0.11/d/
dkw.swg 15 DKEYWORD(__traits);
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 ~ `();}`;
  /ndk/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/current/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...]

Completed in 919 milliseconds

1 2