/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 81 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
|
D | allocators.h | 146 void construct(U* p, Args&& ...args) in construct() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 74 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/ |
D | construct.pass.cpp | 41 void construct(U* p, Args&& ...args) in construct() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
D | optional.hpp | 102 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.h | 274 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.h | 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
|
D | _alloc.h | 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct() function
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | unroll1.cpp | 159 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/ |
D | unroll1.cpp | 159 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/ |
D | mvctor_declaration_test.cpp | 108 void construct(pointer, const_reference) {} in construct() function in std::allocator
|
D | stack_allocator.h | 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
|
/ndk/tests/device/test-stlport/unit/ |
D | mvctor_declaration_test.cpp | 108 void construct(pointer, const_reference) {} in construct() function in std::allocator
|
D | stack_allocator.h | 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
|