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

1 2 3

  /prebuilts/ndk/r10/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;
  /prebuilts/ndk/r11/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 263 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
265 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
313 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
315 __traits::construct(__alloc, std::__addressof(*__cur), __x);
339 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
341 __traits::construct(__alloc, std::__addressof(*__cur), __x);
587 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
589 __traits::construct(__alloc, std::__addressof(*__cur));
617 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
619 __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;
  /prebuilts/ndk/r13/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 263 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
265 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
313 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
315 __traits::construct(__alloc, std::__addressof(*__cur), __x);
339 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
341 __traits::construct(__alloc, std::__addressof(*__cur), __x);
587 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
589 __traits::construct(__alloc, std::__addressof(*__cur));
617 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
619 __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;
  /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...]
  /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...]
  /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...]
  /prebuilts/ndk/r10/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/ndk/r11/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/ndk/r13/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;
  /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;
  /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;
  /prebuilts/misc/common/swig/include/2.0.11/d/
dkw.swg 15 DKEYWORD(__traits);
  /external/libcxx/include/
forward_list 275 typedef __forward_node_traits<_NodePtr> __traits;
276 typedef typename __traits::__node_pointer __node_pointer;
277 typedef typename __traits::__begin_node_pointer __begin_node_pointer;
278 typedef typename __traits::__iter_node_pointer __iter_node_pointer;
279 typedef typename __traits::__void_pointer __void_pointer;
299 : __ptr_(__traits::__as_iter_node(__p)) {}
303 : __ptr_(__traits::__as_iter_node(__p)) {}
310 typedef typename __traits::__node_value_type value_type;
329 __ptr_ = __traits::__as_iter_node(__ptr_->__next_);
356 typedef __forward_node_traits<_NodePtr> __traits;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
forward_list 275 typedef __forward_node_traits<_NodePtr> __traits;
276 typedef typename __traits::__node_pointer __node_pointer;
277 typedef typename __traits::__begin_node_pointer __begin_node_pointer;
278 typedef typename __traits::__iter_node_pointer __iter_node_pointer;
279 typedef typename __traits::__void_pointer __void_pointer;
299 : __ptr_(__traits::__as_iter_node(__p)) {}
303 : __ptr_(__traits::__as_iter_node(__p)) {}
310 typedef typename __traits::__node_value_type value_type;
329 __ptr_ = __traits::__as_iter_node(__ptr_->__next_);
356 typedef __forward_node_traits<_NodePtr> __traits;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
forward_list 275 typedef __forward_node_traits<_NodePtr> __traits;
276 typedef typename __traits::__node_pointer __node_pointer;
277 typedef typename __traits::__begin_node_pointer __begin_node_pointer;
278 typedef typename __traits::__iter_node_pointer __iter_node_pointer;
279 typedef typename __traits::__void_pointer __void_pointer;
299 : __ptr_(__traits::__as_iter_node(__p)) {}
303 : __ptr_(__traits::__as_iter_node(__p)) {}
310 typedef typename __traits::__node_value_type value_type;
329 __ptr_ = __traits::__as_iter_node(__ptr_->__next_);
356 typedef __forward_node_traits<_NodePtr> __traits;
    [all...]

Completed in 812 milliseconds

1 2 3