Home
last modified time | relevance | path

Searched defs:copy_impl (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/numeric/odeint/external/compute/
Dcompute_resize.hpp56 struct copy_impl< Container1 , boost::compute::vector< T, A > > struct
58 static void copy( const Container1 &from , boost::compute::vector< T, A > &to ) in copy()
65 struct copy_impl< boost::compute::vector< T, A > , Container2 > struct
67 static void copy( const boost::compute::vector< T, A > &from , Container2 &to ) in copy()
74 struct copy_impl< boost::compute::vector< T, A > , boost::compute::vector< T, A > > struct
76 …static void copy( const boost::compute::vector< T, A > &from , boost::compute::vector< T, A > &to ) in copy()
/third_party/boost/boost/numeric/odeint/external/vexcl/
Dvexcl_copy.hpp31 struct copy_impl< vex::vector<T1>, vex::vector<T2> > struct
33 static void copy( const vex::vector<T1> &from , vex::vector<T2> &to ) in copy()
40 struct copy_impl< vex::multivector<T1, N>, vex::multivector<T2, N> > struct
42 static void copy( const vex::multivector<T1, N> &from , vex::multivector<T2, N> &to ) in copy()
/third_party/boost/boost/numeric/odeint/external/nt2/
Dnt2_copy.hpp20 struct copy_impl< nt2::container::table<T,S> struct
24 static void copy ( const nt2::container::table<T,S> &v1 in copy()
/third_party/boost/boost/iostreams/
Dcopy.hpp54 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl() function
73 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl() function
94 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl() function
123 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl() function
173 std::streamsize copy_impl(Source src, Sink snk, std::streamsize buffer_size) in copy_impl() function
/third_party/boost/boost/numeric/odeint/util/
Dcopy.hpp66 struct copy_impl struct
68 static void copy( const Container1 &from , Container2 &to ) in copy()
/third_party/boost/boost/numeric/odeint/external/mpi/
Dmpi_state.hpp87 struct copy_impl< mpi_state< InnerState1 > , mpi_state< InnerState2 > > struct
89 static void copy( const mpi_state< InnerState1 > &from , mpi_state< InnerState2 > &to ) in copy()
/third_party/boost/boost/mpl/
Dcopy.hpp30 struct copy_impl struct
/third_party/boost/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp90 struct copy_impl< openmp_state< T >, openmp_state< T > > struct
92 static void copy( const openmp_state< T > &from, openmp_state< T > &to ) in copy()
/third_party/boost/boost/graph/
Dcopy.hpp397 typename detail::choose_graph_copy< VertexListGraph >::type copy_impl; in copy_graph() typedef
421 typename detail::choose_graph_copy< VertexListGraph >::type copy_impl; in copy_graph() typedef
/third_party/boost/boost/signals2/detail/
Dauto_buffer.hpp181 static void copy_impl( I begin, I end, pointer where, std::random_access_iterator_tag ) in copy_impl() function in boost::signals2::detail::auto_buffer
200 static void copy_impl( I begin, I end, pointer where, std::bidirectional_iterator_tag ) in copy_impl() function in boost::signals2::detail::auto_buffer
206 static void copy_impl( I begin, I end, pointer where ) in copy_impl() function in boost::signals2::detail::auto_buffer
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp1882 inline void copy_impl(const adj_list_impl& x_) in copy_impl() function in boost::adj_list_impl
2174 inline void copy_impl(const vec_adj_list_impl& x_) in copy_impl() function in boost::vec_adj_list_impl