Home
last modified time | relevance | path

Searched refs:MoveSemantics (Results 1 – 13 of 13) sorted by relevance

/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/detail/
Dapply_visitor_binary.hpp43 template <typename Visitor, typename Value1, bool MoveSemantics>
69 typename enable_if_c<MoveSemantics && is_same<Value2, Value2>::value, result_type>::type
76 typename disable_if_c<MoveSemantics && is_same<Value2, Value2>::value, result_type>::type
97 template <typename Visitor, typename Visitable2, bool MoveSemantics>
123 typename enable_if_c<MoveSemantics && is_same<Value1, Value1>::value, result_type>::type
136 typename disable_if_c<MoveSemantics && is_same<Value1, Value1>::value, result_type>::type
247 template <typename Visitor, typename Value1, bool MoveSemantics>
264 …decltype(auto) operator()(Value2&& value2, typename enable_if_c<MoveSemantics && is_same<Value2, V… in operator ()()
270 …decltype(auto) operator()(Value2&& value2, typename disable_if_c<MoveSemantics && is_same<Value2, … in operator ()()
279 template <typename Visitor, typename Visitable2, bool MoveSemantics>
[all …]
Dmultivisitors_cpp11_based.hpp51 static constexpr bool MoveSemantics = MoveSemantics_; member
56 template <typename Tp, bool MoveSemantics>
57 MoveableWrapper<Tp, MoveSemantics>
60 return MoveableWrapper<Tp, MoveSemantics>{t}; in wrap()
64 typename enable_if_c<Wrapper::MoveSemantics, typename Wrapper::T>::type
71 typename disable_if_c<Wrapper::MoveSemantics, typename Wrapper::T>::type &
/external/libchrome/base/
Dversion_unittest.cc35 TEST(VersionTest, MoveSemantics) { in TEST() argument
/external/cronet/tot/base/
Dversion_unittest.cc34 TEST(VersionTest, MoveSemantics) { in TEST() argument
/external/cronet/stable/base/
Dversion_unittest.cc34 TEST(VersionTest, MoveSemantics) { in TEST() argument
/external/grpc-grpc/test/core/promise/
Dsleep_test.cc132 TEST(Sleep, MoveSemantics) { in TEST() argument
/external/cronet/stable/third_party/re2/src/re2/testing/
Dset_test.cc205 TEST(Set, MoveSemantics) { in TEST() argument
Dfiltered_re2_test.cc298 TEST(FilteredRE2Test, MoveSemantics) { in TEST() argument
/external/cronet/tot/third_party/re2/src/re2/testing/
Dset_test.cc205 TEST(Set, MoveSemantics) { in TEST() argument
Dfiltered_re2_test.cc298 TEST(FilteredRE2Test, MoveSemantics) { in TEST() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dset_test.cc205 TEST(Set, MoveSemantics) { in TEST() argument
Dfiltered_re2_test.cc295 TEST(FilteredRE2Test, MoveSemantics) { in TEST() argument
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dvariant.hpp994 template <typename Visitor, bool MoveSemantics>
1019 …typename enable_if_c<MoveSemantics && is_same<T, T>::value, result_type>::type internal_visit(T&& … in internal_visit()
1026 …typename disable_if_c<MoveSemantics && is_same<T, T>::value, result_type>::type internal_visit(T&&… in internal_visit()