Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h81 void construct(pointer p, const T& val) in construct() function
84 void construct(pointer p, T&& val) in construct() function
141 void construct(pointer p, const T& val) in construct() function
144 void construct(pointer p, T&& val) in construct() function
Dallocators.h146 void construct(U* p, Args&& ...args) in construct() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h74 void construct(pointer p, const T& val) in construct() function
77 void construct(pointer p, T&& val) in construct() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Dconstruct.pass.cpp41 void construct(U* p, Args&& ...args) in construct() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp102 inline void construct(Factory const& factory, void* address) in construct() function
344 void construct ( argument_type val ) in construct() function in boost::optional_detail::optional_base
353 void construct ( Expr const& factory, in_place_factory_base const* ) in construct() function in boost::optional_detail::optional_base
362 void construct ( Expr const& factory, typed_in_place_factory_base const* ) in construct() function in boost::optional_detail::optional_base
390 void construct ( Expr const& expr, void const* ) in construct() function in boost::optional_detail::optional_base
421 void construct ( Expr const& expr, optional_tag const* ) in construct() function in boost::optional_detail::optional_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } in construct() function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } in construct() function
D_pthread_alloc.h158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
D_alloc.h331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct() function
/ndk/tests/device/test-stlport_static-exception/jni/
Dunroll1.cpp159 static void construct(double* addr) in construct() function
164 static void construct(double* addr, const double& model) in construct() function
/ndk/tests/device/test-stlport_shared-exception/jni/
Dunroll1.cpp159 static void construct(double* addr) in construct() function
164 static void construct(double* addr, const double& model) in construct() function
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_declaration_test.cpp108 void construct(pointer, const_reference) {} in construct() function in std::allocator
Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
/ndk/tests/device/test-stlport/unit/
Dmvctor_declaration_test.cpp108 void construct(pointer, const_reference) {} in construct() function in std::allocator
Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function