Searched defs:select_first (Results 1 – 5 of 5) sorted by relevance
34 struct select_first< CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> > struct36 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 > struct77 typedef range_reference<const CMapStringToString>::type argument_type;78 typedef const CString& result_type;80 result_type operator()( argument_type r ) const in operator ()()
28 struct select_first struct30 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 ()()
69 struct select_first struct90 struct value_select_first argument
195 uint32_t select_first(const std::vector<Runtime::DeviceMapping>& devices) { in select_first() function
218 uint32_t select_first(const std::vector<Runtime::DeviceMapping>& devices) { in select_first() function