Searched refs:construct (Results 1 - 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp16 // static void construct(allocator_type& a, Ptr p, Args&&... args);
41 void construct(U* p, Args&& ...args) function in struct:B
89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
97 std::allocator_traits<A<int> >::construct(a, (A1*)&a1, 'c');
105 std::allocator_traits<A<int> >::construct(a, (A2*)&a2, 'd', 5);
116 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
127 std::allocator_traits<B<int> >::construct(b, (A1*)&a1, 'c');
138 std::allocator_traits<B<int> >::construct(b, (A2*)&a2, 'd', 5);
H A Ddestroy.pass.cpp61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
72 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
H A Dconstruct.pass.cpp13 // template <class... Args> void construct(pointer p, Args&&... args);
88 a.construct(ap);
96 a.construct(ap, A());
104 a.construct(ap, 5);
112 a.construct(ap, 5, (int*)0);
133 a.construct(ap);
141 a.construct(ap, move_only());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct.pass.cpp15 // template <class T, class... Args> void construct(T* p, Args&&... args);
126 a.construct(s, 4, 'c');
137 a.construct(s, 6);
148 a.construct(s, 8);
159 a.construct(s, 1, 2);
172 a.construct(s, 1, 2);
186 a.construct(s, 1, 2);
H A Ddestroy.pass.cpp44 a.construct(s);
59 a.construct(s);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
H A Doptional.hpp102 inline void construct(Factory const& factory, void* address) function in namespace:boost_optional_detail
230 construct(val);
240 construct(val);
250 construct(rhs.get_impl());
256 // implementation (the correct 'construct()' overload)
262 construct(expr,tag);
282 construct(rhs.get_impl());
299 construct(static_cast<value_type>(rhs.get()));
308 else construct(val);
321 else construct(exp
344 void construct ( argument_type val ) function in class:boost::optional_detail::optional_base
353 void construct ( Expr const& factory, in_place_factory_base const* ) function in class:boost::optional_detail::optional_base
362 void construct ( Expr const& factory, typed_in_place_factory_base const* ) function in class:boost::optional_detail::optional_base
390 void construct ( Expr const& expr, void const* ) function in class:boost::optional_detail::optional_base
421 void construct ( Expr const& expr, optional_tag const* ) function in class:boost::optional_detail::optional_base
[all...]
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dunroll1.cpp159 static void construct(double* addr) function in struct:ElementProperties
164 static void construct(double* addr, const double& model) function in struct:ElementProperties
198 ElementProperties::construct(pt);
255 ElementProperties::construct(pNew++,*pOld++);
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dunroll1.cpp159 static void construct(double* addr) function in struct:ElementProperties
164 static void construct(double* addr, const double& model) function in struct:ElementProperties
198 ElementProperties::construct(pt);
255 ElementProperties::construct(pNew++,*pOld++);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
H A Dtest_allocator.h81 void construct(pointer p, const T& val) function in class:test_allocator
84 void construct(pointer p, T&& val) function in class:test_allocator
141 void construct(pointer p, const T& val) function in class:non_default_test_allocator
144 void construct(pointer p, T&& val) function in class:non_default_test_allocator
H A Dallocators.h146 void construct(U* p, Args&& ...args) function in class:A3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
H A Dtest_allocator.h74 void construct(pointer p, const T& val) function in class:test_allocator
77 void construct(pointer p, T&& val) function in class:test_allocator
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
H A D_pthread_alloc.h158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
H A D_alloc.h331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
/ndk/tests/device/test-gnustl-full/unit/
H A Dmvctor_declaration_test.cpp108 void construct(pointer, const_reference) {} function in class:std::allocator
H A Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
/ndk/tests/device/test-stlport/unit/
H A Dmvctor_declaration_test.cpp108 void construct(pointer, const_reference) {} function in class:std::allocator
H A Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
/ndk/tests/device/test-libc++-shared-full/jni/
H A DAndroid.mk1625 $(call gen-test, input.output/iostream.format/output.streams/ostream_sentry/construct)
2435 $(call gen-test, numerics/complex.number/complex.members/construct)
3283 $(call gen-test, re/re.regex/re.regex.construct/awk_oct)
3284 $(call gen-test, re/re.regex/re.regex.construct/bad_escape)
3285 $(call gen-test, re/re.regex/re.regex.construct/copy)
3286 $(call gen-test, re/re.regex/re.regex.construct/default)
3287 $(call gen-test, re/re.regex/re.regex.construct/il_flg)
3288 $(call gen-test, re/re.regex/re.regex.construct/iter_iter_flg)
3289 $(call gen-test, re/re.regex/re.regex.construct/iter_iter)
3290 $(call gen-test, re/re.regex/re.regex.construct/ptr_fl
[all...]
/ndk/tests/device/test-libc++-static-full/jni/
H A DAndroid.mk1616 $(call gen-test, input.output/iostream.format/output.streams/ostream_sentry/construct)
2426 $(call gen-test, numerics/complex.number/complex.members/construct)
3274 $(call gen-test, re/re.regex/re.regex.construct/awk_oct)
3275 $(call gen-test, re/re.regex/re.regex.construct/bad_escape)
3276 $(call gen-test, re/re.regex/re.regex.construct/copy)
3277 $(call gen-test, re/re.regex/re.regex.construct/default)
3278 $(call gen-test, re/re.regex/re.regex.construct/il_flg)
3279 $(call gen-test, re/re.regex/re.regex.construct/iter_iter_flg)
3280 $(call gen-test, re/re.regex/re.regex.construct/iter_iter)
3281 $(call gen-test, re/re.regex/re.regex.construct/ptr_fl
[all...]

Completed in 413 milliseconds