Home
last modified time | relevance | path

Searched refs:ordered_unique_range_t (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dflat_set.hpp224 flat_set(ordered_unique_range_t, InputIterator first, InputIterator last) in flat_set() argument
240 flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in flat_set() argument
256 …flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp, con… in flat_set() argument
272 … flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const allocator_type& a) in flat_set() argument
323 … BOOST_CONTAINER_FORCEINLINE flat_set(ordered_unique_range_t, std::initializer_list<value_type> il) in flat_set() argument
337 …BOOST_CONTAINER_FORCEINLINE flat_set(ordered_unique_range_t, std::initializer_list<value_type> il,… in flat_set() argument
351 …BOOST_CONTAINER_FORCEINLINE flat_set(ordered_unique_range_t, std::initializer_list<value_type> il,… in flat_set() argument
724 …BOOST_CONTAINER_FORCEINLINE void insert(ordered_unique_range_t, InputIterator first, InputIterator… in insert() argument
746 …BOOST_CONTAINER_FORCEINLINE void insert(ordered_unique_range_t, std::initializer_list<value_type> … in insert() argument
1120 …BOOST_CONTAINER_FORCEINLINE void adopt_sequence(ordered_unique_range_t, BOOST_RV_REF(sequence_type… in adopt_sequence() argument
[all …]
Dset.hpp195 BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, InputIterator first, InputIterator last) in set() argument
210 …BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, InputIterator first, InputIterator last, … in set() argument
225 BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, InputIterator first, InputIterator last in set() argument
241 …BOOST_CONTAINER_FORCEINLINE set(ordered_unique_range_t, InputIterator first, InputIterator last, c… in set() argument
292 BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, std::initializer_list<value_type> il) in set() argument
306 …BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, std::initializer_list<value_type> il, con… in set() argument
320 …BOOST_CONTAINER_FORCEINLINE set( ordered_unique_range_t, std::initializer_list<value_type> il, con… in set() argument
987 set(ordered_unique_range_t, InputIterator, InputIterator) ->
992 set(ordered_unique_range_t, InputIterator, InputIterator, AllocatorOrCompare const&) ->
1009 set(ordered_unique_range_t, InputIterator, InputIterator, Compare const&, Allocator const&) ->
Dflat_map.hpp288 flat_map(ordered_unique_range_t, InputIterator first, InputIterator last) in flat_map() argument
303 flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in flat_map() argument
318 …flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp, con… in flat_map() argument
333 … flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const allocator_type& a) in flat_map() argument
396 … BOOST_CONTAINER_FORCEINLINE flat_map(ordered_unique_range_t, std::initializer_list<value_type> il) in flat_map() argument
412 …BOOST_CONTAINER_FORCEINLINE flat_map(ordered_unique_range_t, std::initializer_list<value_type> il,… in flat_map() argument
429 …BOOST_CONTAINER_FORCEINLINE flat_map(ordered_unique_range_t, std::initializer_list<value_type> il,… in flat_map() argument
1188 …BOOST_CONTAINER_FORCEINLINE void insert(ordered_unique_range_t, InputIterator first, InputIterator… in insert() argument
1216 …BOOST_CONTAINER_FORCEINLINE void insert(ordered_unique_range_t, std::initializer_list<value_type> … in insert() argument
1568 …BOOST_CONTAINER_FORCEINLINE void adopt_sequence(ordered_unique_range_t, BOOST_RV_REF(sequence_type… in adopt_sequence() argument
[all …]
Dmap.hpp224 BOOST_CONTAINER_FORCEINLINE map( ordered_unique_range_t, InputIterator first, InputIterator last) in map() argument
239 …BOOST_CONTAINER_FORCEINLINE map( ordered_unique_range_t, InputIterator first, InputIterator last, … in map() argument
254 BOOST_CONTAINER_FORCEINLINE map( ordered_unique_range_t, InputIterator first, InputIterator last in map() argument
270 …BOOST_CONTAINER_FORCEINLINE map(ordered_unique_range_t, InputIterator first, InputIterator last, c… in map() argument
321 BOOST_CONTAINER_FORCEINLINE map(ordered_unique_range_t, std::initializer_list<value_type> il) in map() argument
335 …BOOST_CONTAINER_FORCEINLINE map(ordered_unique_range_t, std::initializer_list<value_type> il, cons… in map() argument
349 BOOST_CONTAINER_FORCEINLINE map( ordered_unique_range_t, std::initializer_list<value_type> il in map() argument
1337 map(ordered_unique_range_t, InputIterator, InputIterator) ->
1342 map(ordered_unique_range_t, InputIterator, InputIterator, AllocatorOrCompare const&) ->
1360 map(ordered_unique_range_t, InputIterator, InputIterator, Compare const&, Allocator const&) ->
Dcontainer_fwd.hpp342 struct ordered_unique_range_t struct
348 static const ordered_unique_range_t ordered_unique_range = ordered_unique_range_t();
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dflat_tree.hpp648 flat_tree( ordered_unique_range_t, InputIterator first, InputIterator last) in flat_tree() argument
657 flat_tree( ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in flat_tree() argument
666 …flat_tree( ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp, c… in flat_tree() argument
949 void insert_unique(ordered_unique_range_t, InIt first, InIt last) in insert_unique() argument
1416 void adopt_sequence_unique(ordered_unique_range_t, BOOST_RV_REF(container_type) seq) in adopt_sequence_unique() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/doc/
Dcontainer.qbk593 …Container] has some overloads for constructors and insertions taking an `ordered_unique_range_t` or
594 an `ordered_range_t` tag parameters as the first argument. When an `ordered_unique_range_t` overloa…
1638 …oost.org/trac/boost/ticket/9931 Trac #9931: ['"flat_map::insert(ordered_unique_range_t...) fails …
1678 …/svn.boost.org/trac/boost/ticket/9931 #9931: ['"flat_map::insert(ordered_unique_range_t...) fails …