Home
last modified time | relevance | path

Searched defs:try_emplace (Results 1 – 25 of 34) sorted by relevance

12

/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h206 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&...args) in try_emplace() function
215 std::pair<iterator, bool> try_emplace( in try_emplace() function
226 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&...args) in try_emplace() function
234 std::pair<iterator, bool> try_emplace( in try_emplace() function
242 iterator try_emplace(const_iterator, key_arg<K> &&k, in try_emplace() function
248 iterator try_emplace(const_iterator hint, in try_emplace() function
257 iterator try_emplace(const_iterator, const key_arg<K> &k, in try_emplace() function
263 iterator try_emplace(const_iterator hint, in try_emplace() function
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h131 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) in try_emplace() function
139 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) in try_emplace() function
145 iterator try_emplace(const_iterator, key_arg<K>&& k, in try_emplace() function
151 iterator try_emplace(const_iterator, const key_arg<K>& k, in try_emplace() function
Dbtree_container.h515 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&...args) in try_emplace() function
522 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&...args) in try_emplace() function
527 iterator try_emplace(const_iterator hint, const key_arg<K> &k, in try_emplace() function
532 iterator try_emplace(const_iterator hint, key_arg<K> &&k, in try_emplace() function
/external/abseil-cpp/absl/container/internal/
Draw_hash_map.h131 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) in try_emplace() function
139 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) in try_emplace() function
145 iterator try_emplace(const_iterator, key_arg<K>&& k, in try_emplace() function
151 iterator try_emplace(const_iterator, const key_arg<K>& k, in try_emplace() function
Dbtree_container.h515 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&...args) in try_emplace() function
522 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&...args) in try_emplace() function
527 iterator try_emplace(const_iterator hint, const key_arg<K> &k, in try_emplace() function
532 iterator try_emplace(const_iterator hint, key_arg<K> &&k, in try_emplace() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h121 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() function
128 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() function
133 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() function
138 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() function
Dbtree_container.h475 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&... args) { in try_emplace() function
481 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&... args) { in try_emplace() function
485 iterator try_emplace(const_iterator hint, const key_arg<K> &k, in try_emplace() function
490 iterator try_emplace(const_iterator hint, key_arg<K> &&k, Args &&... args) { in try_emplace() function
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h131 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) in try_emplace() function
139 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) in try_emplace() function
145 iterator try_emplace(const_iterator, key_arg<K>&& k, in try_emplace() function
151 iterator try_emplace(const_iterator, const key_arg<K>& k, in try_emplace() function
Dbtree_container.h515 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&...args) in try_emplace() function
522 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&...args) in try_emplace() function
527 iterator try_emplace(const_iterator hint, const key_arg<K> &k, in try_emplace() function
532 iterator try_emplace(const_iterator hint, key_arg<K> &&k, in try_emplace() function
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_map.h120 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() function
127 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() function
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() function
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() function
Dbtree_container.h453 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&... args) { in try_emplace() function
459 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&... args) { in try_emplace() function
463 iterator try_emplace(const_iterator hint, const key_arg<K> &k, in try_emplace() function
468 iterator try_emplace(const_iterator hint, key_arg<K> &&k, Args &&... args) { in try_emplace() function
/external/rust/android-crates-io/crates/moveit/src/new/
Dmod.rs169 fn try_emplace<N: TryNew<Output = T>>(n: N) in try_emplace() method
176 fn try_emplace<N: TryNew<Output = T>>( in try_emplace() method
193 fn try_emplace<N: TryNew<Output = T>>( in try_emplace() method
210 fn try_emplace<N: TryNew<Output = T>>( in try_emplace() method
/external/rust/android-crates-io/crates/moveit/src/
Dslot.rs128 pub fn try_emplace<N: TryNew<Output = T>>( in try_emplace() method
267 pub unsafe fn try_emplace<N: TryNew<Output = T>>( in try_emplace() method
Dcxx_support.rs69 fn try_emplace<N: TryNew<Output = T>>(n: N) -> Result<Self, N::Error> { in try_emplace() method
/external/cronet/stable/third_party/libc++/src/include/__flat_map/
Dflat_map.h705 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(const key_type& __key, _Args&&... __args) { in try_emplace() function
711 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(key_type&& __key, _Args&&... __args) { in try_emplace() function
719 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(_Kp&& __key, _Args&&... __args) { in try_emplace() function
725 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, const key_type& __key, _Args&&..… in try_emplace() function
731 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, key_type&& __key, _Args&&... __a… in try_emplace() function
737 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, _Kp&& __key, _Args&&... __args) { in try_emplace() function
/external/cronet/tot/third_party/libc++/src/include/__flat_map/
Dflat_map.h705 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(const key_type& __key, _Args&&... __args) { in try_emplace() function
711 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(key_type&& __key, _Args&&... __args) { in try_emplace() function
719 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> try_emplace(_Kp&& __key, _Args&&... __args) { in try_emplace() function
725 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, const key_type& __key, _Args&&..… in try_emplace() function
731 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, key_type&& __key, _Args&&... __a… in try_emplace() function
737 …_LIBCPP_HIDE_FROM_ABI iterator try_emplace(const_iterator __hint, _Kp&& __key, _Args&&... __args) { in try_emplace() function
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/
Dtry_emplace_transparent.pass.cpp164 auto try_emplace = [](auto& m, auto key_arg, auto value_arg) { in main() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/
Dtry_emplace_transparent.pass.cpp164 auto try_emplace = [](auto& m, auto key_arg, auto value_arg) { in main() local
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dmap.hpp887 …BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace(const key_type& k, BOOST_FWD_REF… in try_emplace() function in boost::container::map
902 …BOOST_CONTAINER_FORCEINLINE iterator try_emplace(const_iterator hint, const key_type &k, BOOST_FWD… in try_emplace() function in boost::container::map
917 …BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace(BOOST_RV_REF(key_type) k, BOOST_… in try_emplace() function in boost::container::map
932 …BOOST_CONTAINER_FORCEINLINE iterator try_emplace(const_iterator hint, BOOST_RV_REF(key_type) k, BO… in try_emplace() function in boost::container::map
Dflat_map.hpp947 …BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace(const key_type& k, BOOST_FWD_REF… in try_emplace() function in boost::container::flat_map
965 …BOOST_CONTAINER_FORCEINLINE iterator try_emplace(const_iterator hint, const key_type &k, BOOST_FWD… in try_emplace() function in boost::container::flat_map
983 …BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace(BOOST_RV_REF(key_type) k, BOOST_… in try_emplace() function in boost::container::flat_map
1001 …BOOST_CONTAINER_FORCEINLINE iterator try_emplace(const_iterator hint, BOOST_RV_REF(key_type) k, BO… in try_emplace() function in boost::container::flat_map
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h118 std::pair<iterator, bool> try_emplace(const ObjectKey &K, Ts &&... Args) { in try_emplace() function
122 std::pair<iterator, bool> try_emplace(ObjectKey &&K, Ts &&... Args) { in try_emplace() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringMap.h329 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&...Args) { in try_emplace() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h188 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&... Args) { in try_emplace() function
205 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&... Args) { in try_emplace() function
DStringMap.h377 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace() function
/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Demplace_tests.cpp465 UNORDERED_AUTO_TEST (try_emplace) { in UNORDERED_AUTO_TEST() argument

12