/aosp_15_r20/external/pytorch/c10/util/ |
H A D | strong_type.h | 123 constexpr T& value_of() & noexcept { return val;} in value_of() function 125 constexpr const T& value_of() const & noexcept { return val;} in value_of() function 127 constexpr T&& value_of() && noexcept { return std::move(val);} in value_of() function 130 friend constexpr T& value_of(type& t) noexcept { return t.val;} in value_of() function 132 friend constexpr const T& value_of(const type& t) noexcept { return t.val;} in value_of() function 134 friend constexpr T&& value_of(type&& t) noexcept { return std::move(t).val;} in value_of() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/map/ |
D | map_iterator.hpp | 39 struct value_of struct 41 typedef typename Iterator::sequence sequence; 42 typedef typename Iterator::index index; 45 type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/std_array/ |
D | std_array_iterator.hpp | 42 struct value_of struct 44 typedef typename Iterator::array_type array_type; 45 typedef typename array_type::value_type type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/boost_array/ |
D | array_iterator.hpp | 42 struct value_of struct 44 typedef typename Iterator::array_type array_type; 45 typedef typename array_type::value_type type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/extension/ |
D | triple.cpp | 58 struct value_of<triple_iterator<Sq, 0> > struct 63 struct value_of<triple_iterator<Sq, 1> > struct 68 struct value_of<triple_iterator<Sq, 2> > struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/ |
D | value_of.hpp | 51 struct value_of struct
|
D | iterator_adapter.hpp | 76 struct value_of struct
|
D | basic_iterator.hpp | 49 struct value_of struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/mpl/ |
D | mpl_iterator.hpp | 32 struct value_of : mpl::deref<typename Iterator::iterator_type> {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/detail/ |
D | segmented_iterator.hpp | 96 struct value_of struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/deque/ |
D | deque_iterator.hpp | 40 struct value_of struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/std_tuple/ |
D | std_tuple_iterator.hpp | 46 struct value_of struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/boost_tuple/ |
D | boost_tuple_iterator.hpp | 63 struct value_of : mpl::identity<typename Iterator::cons_type::head_type> {}; struct
|
/aosp_15_r20/art/runtime/ |
H A D | art_method_test.cc | 48 void TestBoxUnbox(ArtMethod* value_of, const char* unbox_name, Type value) { in TestBoxUnbox()
|
/aosp_15_r20/system/keymint/hal/src/ |
H A D | hal.rs | 469 macro_rules! value_of { macro
|
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | jni_conversion.cc | 94 static jmethodID value_of = in ToJavaInteger() local
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 421 pub fn value_of<T: Key>(&self, id: T) -> Option<&str> { in value_of() method
|