Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__flat_map/
Dflat_map.h88 friend class flat_map; variable
116 friend flat_map; variable
151 friend flat_map; member
255 _LIBCPP_HIDE_FROM_ABI flat_map() noexcept( in flat_map() function
262 _LIBCPP_HIDE_FROM_ABI flat_map(flat_map&& __other) noexcept( in flat_map() function
283 _LIBCPP_HIDE_FROM_ABI flat_map(const flat_map& __other, const _Allocator& __alloc) in flat_map() function
292 _LIBCPP_HIDE_FROM_ABI flat_map(flat_map&& __other, const _Allocator& __alloc) in flat_map() function
320flat_map(const key_container_type& __key_cont, const mapped_container_type& __mapped_cont, const _… in flat_map() function
330 flat_map(const key_container_type& __key_cont, in flat_map() function
355 flat_map(sorted_unique_t, in flat_map() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/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 …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/
Dflat_map.h248 flat_map<Key, Mapped, Compare>::flat_map(const Compare& comp) : tree(comp) {} in flat_map() function
252 flat_map<Key, Mapped, Compare>::flat_map(InputIterator first, in flat_map() function
259 flat_map<Key, Mapped, Compare>::flat_map(std::vector<value_type> items, in flat_map() function
265 flat_map<Key, Mapped, Compare>::flat_map( in flat_map() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/
Dflat_map.h248 flat_map<Key, Mapped, Compare>::flat_map(const Compare& comp) : tree(comp) {} in flat_map() function
252 flat_map<Key, Mapped, Compare>::flat_map(InputIterator first, in flat_map() function
259 flat_map<Key, Mapped, Compare>::flat_map(std::vector<value_type> items, in flat_map() function
265 flat_map<Key, Mapped, Compare>::flat_map( in flat_map() function
/aosp_15_r20/external/libchrome/base/containers/
H A 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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dexplicit_inst_flat_map_test.cpp40 template class flat_map variable
80 template class flat_map variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/
Dflat_map.hpp30 using flat_map = boost::container::flat_map<Key, T, Compare, polymorphic_allocator<std::pair<Key, T… typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/
H A Dmod.rs4 pub(crate) mod flat_map; module
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/util/
Dmod.rs4 pub(crate) mod flat_map; module
/aosp_15_r20/external/openscreen/util/
H A Dflat_map_unittest.cc112 FlatMap<int, NonDefaultConstructible> flat_map; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-iterator/src/
Dtest.rs392 fn flat_map() { in flat_map() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dmod.rs10 mod flat_map; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dmod.rs10 mod flat_map; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dmod.rs10 mod flat_map; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dmod.rs10 mod flat_map; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dmod.rs10 mod flat_map; module
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/
Doptional_reference_spec.hpp181 …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
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream.rs35 fn flat_map() { in flat_map() function
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Dinternal.rs260 fn flat_map<G, H, O2>(self, g: G) -> FlatMap<Self, G, O> in flat_map() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Dinternal.rs260 fn flat_map<G, H, O2>(self, g: G) -> FlatMap<Self, G, O> in flat_map() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dmod.rs858 fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F> in flat_map() method
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dmod.rs117 mod flat_map; module
856 fn flat_map<F, PI>(self, map_op: F) -> FlatMap<Self, F> in flat_map() method
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/combinator/
Dmod.rs206 pub fn flat_map<I, O1, O2, E: ParseError<I>, F, G, H>( in flat_map() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/combinator/
H A Dmod.rs206 pub fn flat_map<I, O1, O2, E: ParseError<I>, F, G, H>( in flat_map() function

12