Searched defs:move_op (Results 1 – 3 of 3) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
| D | basic_op.hpp | 35 struct move_op struct 38 BOOST_MOVE_FORCEINLINE void operator()(SourceIt source, DestinationIt dest) in operator ()() 42 …INLINE DestinationIt operator()(forward_t, SourceIt first, SourceIt last, DestinationIt dest_begin) in operator ()() 46 …INLINE DestinationIt operator()(backward_t, SourceIt first, SourceIt last, DestinationIt dest_last) in operator ()() 50 …INLINE void operator()(three_way_t, SourceIt srcit, DestinationIt1 dest1it, DestinationIt2 dest2it) in operator ()() 57 …e_way_forward_t, SourceIt srcit, SourceIt srcitend, DestinationIt1 dest1it, DestinationIt2 dest2it) in operator ()() 67 …four_way_t, SourceIt srcit, DestinationIt1 dest1it, DestinationIt2 dest2it, DestinationIt3 dest3it) in operator ()()
|
| /external/sdv/vsomeip/third_party/boost/container/test/ |
| D | check_equal_containers.hpp | 134 struct move_op struct 137 typename boost::move_detail::add_rvalue_reference<T>::type operator()(T &t) in operator ()()
|
| /external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
| D | reorder_elementwise_unary.cc | 85 std::unique_ptr<Operator>& move_op = *it; in Run() local
|