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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/PR27401/
b.h 3 template <class, class _Allocator>
6 _Allocator __alloc() const;
7 __vector_base(_Allocator);
10 template <class _Tp, class _Allocator = allocator>
11 class vector : __vector_base<_Tp, _Allocator> {
13 vector() noexcept(is_nothrow_default_constructible<_Allocator>::value);
16 noexcept(is_nothrow_move_constructible<_Allocator>::value);
  /external/clang/test/Modules/
pr27401.cpp 7 template <class, class _Allocator>
10 _Allocator __alloc() const;
11 __vector_base(_Allocator);
14 template <class _Tp, class _Allocator = allocator>
15 class vector : __vector_base<_Tp, _Allocator> {
17 vector() noexcept(is_nothrow_default_constructible<_Allocator>::value);
20 noexcept(is_nothrow_move_constructible<_Allocator>::value);
23 template <class _Tp, class _Allocator>
24 vector<_Tp, _Allocator>::vector(const vector &__x) : __vector_base<_Tp, _Allocator>(__x.__alloc()) {
    [all...]
  /external/libxcam/xcore/
image_handler.cpp 43 _allocator = allocator;
57 if (_allocator.ptr ())
58 _allocator->stop ();
74 ERROR, _allocator.ptr (), XCAM_RETURN_ERROR_PARAM,
77 _allocator->set_video_info (info);
80 ERROR, _allocator->reserve (count), XCAM_RETURN_ERROR_MEM,
90 ERROR, _allocator.ptr (), NULL,
93 return _allocator->get_buffer (_allocator);
  /external/libcxx/include/
string 545 template<class _CharT, class _Traits, class _Allocator>
546 basic_string<_CharT, _Traits, _Allocator>
547 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
548 const basic_string<_CharT, _Traits, _Allocator>& __y);
550 template<class _CharT, class _Traits, class _Allocator>
551 basic_string<_CharT, _Traits, _Allocator>
552 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
554 template<class _CharT, class _Traits, class _Allocator>
555 basic_string<_CharT, _Traits, _Allocator>
556 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
__split_buffer 27 template <class _Tp, class _Allocator = allocator<_Tp> >
36 typedef _Allocator allocator_type;
166 template <class _Tp, class _Allocator>
168 __split_buffer<_Tp, _Allocator>::__invariants() const
196 template <class _Tp, class _Allocator>
198 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n)
215 template <class _Tp, class _Allocator>
217 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x)
228 template <class _Tp, class _Allocator>
236 __split_buffer<_Tp, _Allocator>::__construct_at_end(_InputIter __first, _InputIter __last
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
string 536 template<class _CharT, class _Traits, class _Allocator>
537 basic_string<_CharT, _Traits, _Allocator>
538 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
539 const basic_string<_CharT, _Traits, _Allocator>& __y);
541 template<class _CharT, class _Traits, class _Allocator>
542 basic_string<_CharT, _Traits, _Allocator>
543 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
545 template<class _CharT, class _Traits, class _Allocator>
546 basic_string<_CharT, _Traits, _Allocator>
547 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
__split_buffer 25 template <class _Tp, class _Allocator = allocator<_Tp> >
34 typedef _Allocator allocator_type;
166 template <class _Tp, class _Allocator>
168 __split_buffer<_Tp, _Allocator>::__invariants() const
196 template <class _Tp, class _Allocator>
198 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n)
215 template <class _Tp, class _Allocator>
217 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x)
228 template <class _Tp, class _Allocator>
236 __split_buffer<_Tp, _Allocator>::__construct_at_end(_InputIter __first, _InputIter __last
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
__split_buffer 27 template <class _Tp, class _Allocator = allocator<_Tp> >
36 typedef _Allocator allocator_type;
166 template <class _Tp, class _Allocator>
168 __split_buffer<_Tp, _Allocator>::__invariants() const
196 template <class _Tp, class _Allocator>
198 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n)
215 template <class _Tp, class _Allocator>
217 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x)
228 template <class _Tp, class _Allocator>
236 __split_buffer<_Tp, _Allocator>::__construct_at_end(_InputIter __first, _InputIter __last
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
__split_buffer 27 template <class _Tp, class _Allocator = allocator<_Tp> >
36 typedef _Allocator allocator_type;
166 template <class _Tp, class _Allocator>
168 __split_buffer<_Tp, _Allocator>::__invariants() const
196 template <class _Tp, class _Allocator>
198 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n)
215 template <class _Tp, class _Allocator>
217 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x)
228 template <class _Tp, class _Allocator>
236 __split_buffer<_Tp, _Allocator>::__construct_at_end(_InputIter __first, _InputIter __last
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
string 536 template<class _CharT, class _Traits, class _Allocator>
537 basic_string<_CharT, _Traits, _Allocator>
538 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
539 const basic_string<_CharT, _Traits, _Allocator>& __y);
541 template<class _CharT, class _Traits, class _Allocator>
542 basic_string<_CharT, _Traits, _Allocator>
543 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
545 template<class _CharT, class _Traits, class _Allocator>
546 basic_string<_CharT, _Traits, _Allocator>
547 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
string 538 template<class _CharT, class _Traits, class _Allocator>
539 basic_string<_CharT, _Traits, _Allocator>
540 operator+(const basic_string<_CharT, _Traits, _Allocator>& __x,
541 const basic_string<_CharT, _Traits, _Allocator>& __y);
543 template<class _CharT, class _Traits, class _Allocator>
544 basic_string<_CharT, _Traits, _Allocator>
545 operator+(const _CharT* __x, const basic_string<_CharT,_Traits,_Allocator>& __y);
547 template<class _CharT, class _Traits, class _Allocator>
548 basic_string<_CharT, _Traits, _Allocator>
549 operator+(_CharT __x, const basic_string<_CharT,_Traits,_Allocator>& __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
string 40 typename _Allocator = std::allocator<_CharT> >
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 _Allocator> >
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
53 typedef _Allocator allocator_type;
72 explicit basic_string(const _Allocator& __a = _Allocator())
89 const _Allocator& __a = _Allocator())
94 const _Allocator& __a = _Allocator()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
string 40 typename _Allocator = std::allocator<_CharT> >
42 : public std::basic_string<_CharT, _Traits, _Allocator>,
44 _Allocator> >
46 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base;
53 typedef _Allocator allocator_type;
72 explicit basic_string(const _Allocator& __a = _Allocator())
89 const _Allocator& __a = _Allocator())
94 const _Allocator& __a = _Allocator()
    [all...]

Completed in 3073 milliseconds

1 2 3 4 5 6 7 8 91011>>