Home
last modified time | relevance | path

Searched defs:flat_map (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/src/base/containers/
Dflat_map.h245 flat_map<Key, Mapped, Compare>::flat_map(const Compare& comp) : tree(comp) {} in flat_map() function
249 flat_map<Key, Mapped, Compare>::flat_map(InputIterator first, in flat_map() function
256 flat_map<Key, Mapped, Compare>::flat_map(std::vector<value_type> items, in flat_map() function
262 flat_map<Key, Mapped, Compare>::flat_map( in flat_map() function
/third_party/boost/libs/container/test/
Dexplicit_inst_flat_map_test.cpp40 template class flat_map variable
80 template class flat_map variable
/third_party/boost/boost/container/
Dflat_map.hpp112 class flat_map class
209 …BOOST_CONTAINER_FORCEINLINE flat_map() BOOST_NOEXCEPT_IF(dtl::is_nothrow_default_constructible<All… in flat_map() function in boost::container::flat_map
217 BOOST_CONTAINER_FORCEINLINE explicit flat_map(const allocator_type& a) in flat_map() function in boost::container::flat_map
225 BOOST_CONTAINER_FORCEINLINE explicit flat_map(const Compare& comp) in flat_map() function in boost::container::flat_map
233 BOOST_CONTAINER_FORCEINLINE flat_map(const Compare& comp, const allocator_type& a) in flat_map() function in boost::container::flat_map
243 BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last) in flat_map() function in boost::container::flat_map
253 …BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const allocator_type… in flat_map() function in boost::container::flat_map
263 … BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const Compare& comp) in flat_map() function in boost::container::flat_map
273 …BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const Compare& comp,… in flat_map() function in boost::container::flat_map
288 flat_map(ordered_unique_range_t, InputIterator first, InputIterator last) in flat_map() function in boost::container::flat_map
[all …]
/third_party/boost/boost/container/pmr/
Dflat_map.hpp30 using flat_map = boost::container::flat_map<Key, T, Compare, polymorphic_allocator<std::pair<Key, T… typedef
/third_party/boost/boost/compute/container/
Dflat_map.hpp35 class flat_map class
53 explicit flat_map(const context &context = system::default_context()) in flat_map() function in boost::compute::flat_map
58 flat_map(const flat_map<Key, T> &other) in flat_map() function in boost::compute::flat_map
/third_party/boost/libs/compute/include/boost/compute/container/
Dflat_map.hpp35 class flat_map class
53 explicit flat_map(const context &context = system::default_context()) in flat_map() function in boost::compute::flat_map
58 flat_map(const flat_map<Key, T> &other) in flat_map() function in boost::compute::flat_map
/third_party/boost/boost/optional/
Doptional.hpp1375 …ail::optional_value_type<typename boost::result_of<F(reference_type)>::type>::type> flat_map(F f) & in flat_map() function in boost::optional
1384 …al_value_type<typename boost::result_of<F(reference_const_type)>::type>::type> flat_map(F f) const& in flat_map() function in boost::optional
1393 …pe<typename boost::result_of<F(reference_type_of_temporary_wrapper)>::type>::type> flat_map(F f) && in flat_map() function in boost::optional
1430 …etail::optional_value_type<typename boost::result_of<F(reference_type)>::type>::type> flat_map(F f) in flat_map() function in boost::optional
1439 …nal_value_type<typename boost::result_of<F(reference_const_type)>::type>::type> flat_map(F f) const in flat_map() function in boost::optional
/third_party/boost/boost/optional/detail/
Doptional_reference_spec.hpp174 …onal_detail::optional_value_type<typename boost::result_of<F(T&)>::type>::type> flat_map(F f) const in flat_map() function in boost::optional
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py581 def flat_map(self, func): member in Dataset