HomeSort by relevance Sort by last modified time
    Searched defs:construct (Results 51 - 75 of 263) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 106 // 402. wrong new expression in [some_] allocator::construct
108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 106 // 402. wrong new expression in [some_] allocator::construct
108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 76 // 402. wrong new expression in [some_] allocator::construct
78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 108 // 402. wrong new expression in [some_] allocator::construct
110 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
116 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 105 // 402. wrong new expression in [some_] allocator::construct
107 construct(pointer __p, const _Tp& __val) function in class:new_allocator
113 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 80 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
88 // 402. wrong new expression in [some_] allocator::construct
90 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
extptr_allocator.h 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator
112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 76 // 402. wrong new expression in [some_] allocator::construct
78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 108 // 402. wrong new expression in [some_] allocator::construct
110 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
116 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 105 // 402. wrong new expression in [some_] allocator::construct
107 construct(pointer __p, const _Tp& __val) function in class:new_allocator
113 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 80 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
88 // 402. wrong new expression in [some_] allocator::construct
90 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
extptr_allocator.h 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator
112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator

Completed in 790 milliseconds

1 23 4 5 6 7 8 91011