/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_map.h | 206 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/ |
D | raw_hash_map.h | 131 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
|
D | btree_container.h | 515 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/ |
D | raw_hash_map.h | 131 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
|
D | btree_container.h | 515 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/ |
D | raw_hash_map.h | 121 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
|
D | btree_container.h | 475 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/ |
D | raw_hash_map.h | 131 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
|
D | btree_container.h | 515 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/ |
D | raw_hash_map.h | 120 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
|
D | btree_container.h | 453 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/ |
D | mod.rs | 169 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/ |
D | slot.rs | 128 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
|
D | cxx_support.rs | 69 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/ |
D | flat_map.h | 705 _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/ |
D | flat_map.h | 705 _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/ |
D | try_emplace_transparent.pass.cpp | 164 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/ |
D | try_emplace_transparent.pass.cpp | 164 auto try_emplace = [](auto& m, auto key_arg, auto value_arg) { in main() local
|
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | map.hpp | 887 …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
|
D | flat_map.hpp | 947 …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/ |
D | JSON.h | 118 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/ |
D | StringMap.h | 329 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&...Args) { in try_emplace() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 188 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
|
D | StringMap.h | 377 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace() function
|
/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
D | emplace_tests.cpp | 465 UNORDERED_AUTO_TEST (try_emplace) { in UNORDERED_AUTO_TEST() argument
|