Home
last modified time | relevance | path

Searched defs:unwrap_ref (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dref_unwrapped.hpp30 struct unwrap_ref struct
33 range_reference<SinglePassRange>::type argument_type;
35 typedef decltype( boost::declval<argument_type>().get() ) result_type;
37 result_type operator()( argument_type &&r ) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp340 struct unwrap_ref : proto::callable struct
346 struct result<This(reference_wrapper<T>)>
352 struct result<This(T &)>
357 T &operator()(reference_wrapper<T> const &ref) const in operator ()()
/aosp_15_r20/external/rust/crabbyavif/src/
Dlib.rs347 fn unwrap_ref(&self) -> &Self::Value; in unwrap_ref() method
354 fn unwrap_ref(&self) -> &T { in unwrap_ref() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dref.hpp318 template<class T> BOOST_FORCEINLINE typename unwrap_reference<T>::type& unwrap_ref( T & t ) in unwrap_ref() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dsingular.rs79 pub fn unwrap_ref<'a>(&'a self) -> &'a T { in unwrap_ref() method