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 Dcopy.pass.cpp65 static int move_construct; member in struct:CopyAssign
68 copy_construct = copy_assign = move_construct = move_assign = alive = 0;
78 ++move_construct; member in struct:CopyAssign
98 int CopyAssign::move_construct = 0;
366 assert(CopyAssign::move_construct == 0);
461 assert(CopyAssign::move_construct == 0);
469 assert(CopyAssign::move_construct == 1);
H A Dmove.pass.cpp78 static int move_construct; member in struct:MoveAssign
80 static void reset() { move_construct = move_assign = 0; }
83 ++move_construct;
95 int MoveAssign::move_construct = 0; member in class:MoveAssign
334 assert(MoveAssign::move_construct == 0);
418 assert(MoveAssign::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 290 milliseconds