Searched refs:move_construct (Results 1 - 10 of 10) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dbasic_io_object.hpp33 static auto eval(T* t, U* u) -> decltype(t->move_construct(*u, *u), char());
159 service_->move_construct(implementation, other.implementation);
H A Dsocket_acceptor_service.hpp69 void move_construct(implementation_type& impl, function in class:asio::socket_acceptor_service
72 service_impl_.move_construct(impl, other_impl);
H A Dstream_socket_service.hpp70 void move_construct(implementation_type& impl, function in class:asio::stream_socket_service
73 service_impl_.move_construct(impl, other_impl);
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_io_object.hpp33 static auto eval(T* t, U* u) -> decltype(t->move_construct(*u, *u), char());
159 service_->move_construct(implementation, other.implementation);
H A Dsocket_acceptor_service.hpp69 void move_construct(implementation_type& impl, function in class:asio::socket_acceptor_service
72 service_impl_.move_construct(impl, other_impl);
H A Dstream_socket_service.hpp70 void move_construct(implementation_type& impl, function in class:asio::stream_socket_service
73 service_impl_.move_construct(impl, other_impl);
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dmove.pass.cpp67 static int move_construct; member in struct:MoveAssign
69 static void reset() { move_construct = move_assign = 0; }
72 ++move_construct;
84 int MoveAssign::move_construct = 0; member in class:MoveAssign
242 assert(MoveAssign::move_construct == 0);
282 assert(MoveAssign::move_construct == 1);
H A Dcopy.pass.cpp59 static int move_construct; member in struct:CopyAssign
62 copy_construct = copy_assign = move_construct = move_assign = alive = 0;
72 ++move_construct;
92 int CopyAssign::move_construct = 0; member in class:CopyAssign
284 assert(CopyAssign::move_construct == 0);
321 assert(CopyAssign::move_construct == 0);
329 assert(CopyAssign::move_construct == 1);
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_service.hpp77 void move_construct(implementation_type& impl, function in class:asio::detail::reactive_socket_service
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service.hpp77 void move_construct(implementation_type& impl, function in class:asio::detail::reactive_socket_service

Completed in 115 milliseconds