HomeSort by relevance Sort by last modified time
    Searched refs:construct (Results 151 - 175 of 517) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 239 typename = decltype(std::declval<_Alloc2*>()->construct(
254 { __a.construct(__p, std::forward<_Args>(__args)...); }
380 * @brief Construct an object of type @a _Tp
385 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
387 * to construct an object of type @a _Tp at location @a __p from the
391 static auto construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
518 = decltype(_Traits::construct(std::declval<_Alloc&>(),
stl_uninitialized.h 244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 __traits::construct(__alloc, std::__addressof(*__cur));
592 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 239 typename = decltype(std::declval<_Alloc2*>()->construct(
254 { __a.construct(__p, std::forward<_Args>(__args)...); }
380 * @brief Construct an object of type @a _Tp
385 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
387 * to construct an object of type @a _Tp at location @a __p from the
391 static auto construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
518 = decltype(_Traits::construct(std::declval<_Alloc&>(),
stl_uninitialized.h 244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 __traits::construct(__alloc, std::__addressof(*__cur));
592 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 239 typename = decltype(std::declval<_Alloc2*>()->construct(
254 { __a.construct(__p, std::forward<_Args>(__args)...); }
380 * @brief Construct an object of type @a _Tp
385 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
387 * to construct an object of type @a _Tp at location @a __p from the
391 static auto construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
518 = decltype(_Traits::construct(std::declval<_Alloc&>(),
stl_uninitialized.h 244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 __traits::construct(__alloc, std::__addressof(*__cur));
592 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 236 typename = decltype(std::declval<_Alloc2*>()->construct(
253 { __a.construct(__p, std::forward<_Args>(__args)...); }
386 * @brief Construct an object of type @a _Tp
391 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
393 * to construct an object of type @a _Tp at location @a __p from the
397 static auto construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
503 = decltype(_Traits::construct(std::declval<_Alloc&>(),
stl_uninitialized.h 264 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
314 __traits::construct(__alloc, std::__addressof(*__cur), __x);
340 __traits::construct(__alloc, std::__addressof(*__cur), __x);
588 __traits::construct(__alloc, std::__addressof(*__cur));
618 __traits::construct(__alloc, std::__addressof(*__cur));
  /art/compiler/
compiled_method.cc 210 alloc.construct(ret, driver, instruction_set, quick_code, frame_size_in_bytes, core_spill_mask,
223 alloc.construct(ret, driver, instruction_set, quick_code, frame_size_in_bytes, core_spill_mask,
  /art/compiler/utils/
swap_space.h 180 void construct(pointer p, const_reference val) { function in class:art::SwapAllocator
184 void construct(U* p, Args&&... args) { function in class:art::SwapAllocator
  /external/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
  /external/stlport/test/eh/
Prefix.h 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } function in class:EH_allocator
  /ndk/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/5/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/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/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/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
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 96 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
112 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
128 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
144 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
160 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
324 vext.8 d20, d6, d7, #1 ;construct src_ptr[-1]
328 vext.8 d24, d6, d7, #4 ;construct src_ptr[2]
332 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
348 vext.8 d22, d6, d7, #2 ;construct src_ptr[0]
353 vext.8 d26, d6, d7, #3 ;construct src_ptr[1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 96 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
112 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
128 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
144 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
160 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
324 vext.8 d20, d6, d7, #1 ;construct src_ptr[-1]
328 vext.8 d24, d6, d7, #4 ;construct src_ptr[2]
332 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
348 vext.8 d22, d6, d7, #2 ;construct src_ptr[0]
353 vext.8 d26, d6, d7, #3 ;construct src_ptr[1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_uninitialized.h 245 __alloc.construct(std::__addressof(*__cur), *__first);
281 __alloc.construct(std::__addressof(*__cur), __x);
306 __alloc.construct(std::__addressof(*__cur), __x);
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_uninitialized.h 245 __alloc.construct(std::__addressof(*__cur), *__first);
281 __alloc.construct(std::__addressof(*__cur), __x);
306 __alloc.construct(std::__addressof(*__cur), __x);
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_uninitialized.h 246 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
296 __traits::construct(__alloc, std::__addressof(*__cur), __x);
322 __traits::construct(__alloc, std::__addressof(*__cur), __x);
564 __traits::construct(__alloc, std::__addressof(*__cur));
594 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_uninitialized.h 245 __alloc.construct(std::__addressof(*__cur), *__first);
281 __alloc.construct(std::__addressof(*__cur), __x);
306 __alloc.construct(std::__addressof(*__cur), __x);
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_uninitialized.h 246 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
296 __traits::construct(__alloc, std::__addressof(*__cur), __x);
322 __traits::construct(__alloc, std::__addressof(*__cur), __x);
564 __traits::construct(__alloc, std::__addressof(*__cur));
594 __traits::construct(__alloc, std::__addressof(*__cur));

Completed in 2689 milliseconds

1 2 3 4 5 67 8 91011>>