Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dmfc_map.hpp34 struct select_first< CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> > struct
36 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type;
37 typedef BOOST_DEDUCED_TYPENAME range_reference<const map_type>::type argument_type;
38 typedef BOOST_DEDUCED_TYPENAME const KEY& result_type;
40 result_type operator()( argument_type r ) const in operator ()()
75 struct select_first< CMapStringToString > struct
77 typedef range_reference<const CMapStringToString>::type argument_type;
78 typedef const CString& result_type;
80 result_type operator()( argument_type r ) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dmap.hpp28 struct select_first struct
30 typedef BOOST_DEDUCED_TYPENAME range_reference<const Map>::type argument_type;
31 … typedef const BOOST_DEDUCED_TYPENAME range_value<const Map>::type::first_type& result_type;
33 result_type operator()( argument_type r ) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Dtransform_iterator_test.cpp69 struct select_first struct
90 struct value_select_first argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DRuntime.cpp195 uint32_t select_first(const std::vector<Runtime::DeviceMapping>& devices) { in select_first() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DRuntime.cpp218 uint32_t select_first(const std::vector<Runtime::DeviceMapping>& devices) { in select_first() function