/third_party/abseil-cpp/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 | 434 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&... args) { in try_emplace() function 440 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&... args) { in try_emplace() function 444 iterator try_emplace(const_iterator hint, const key_arg<K> &k, in try_emplace() function 449 iterator try_emplace(const_iterator hint, key_arg<K> &&k, Args &&... args) { in try_emplace() function
|
/third_party/skia/third_party/externals/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 | 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
|
/third_party/gn/src/gn/ |
D | builder_record_map.h | 47 std::pair<bool, BuilderRecord*> try_emplace(const Label& label, in try_emplace() function
|
/third_party/boost/boost/container/ |
D | map.hpp | 885 …BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace(const key_type& k, BOOST_FWD_REF… in try_emplace() function in boost::container::map 900 …BOOST_CONTAINER_FORCEINLINE iterator try_emplace(const_iterator hint, const key_type &k, BOOST_FWD… in try_emplace() function in boost::container::map 915 …BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace(BOOST_RV_REF(key_type) k, BOOST_… in try_emplace() function in boost::container::map 930 …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 | 924 …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 942 …BOOST_CONTAINER_FORCEINLINE iterator try_emplace(const_iterator hint, const key_type &k, BOOST_FWD… in try_emplace() function in boost::container::flat_map 960 …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 978 …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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 187 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&... Args) { in try_emplace() function 204 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
|
/third_party/boost/libs/unordered/test/unordered/ |
D | emplace_tests.cpp | 465 UNORDERED_AUTO_TEST (try_emplace) { in UNORDERED_AUTO_TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 210 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&... Args) { in try_emplace() function 229 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&... Args) { in try_emplace() function
|
D | StringMap.h | 432 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace() function
|
/third_party/boost/libs/unordered/test/exception/ |
D | insert_exception_tests.cpp | 301 } try_emplace; variable
|
/third_party/boost/boost/unordered/ |
D | unordered_map.hpp | 459 std::pair<iterator, bool> try_emplace( in try_emplace() function in boost::unordered::unordered_map 466 std::pair<iterator, bool> try_emplace( in try_emplace() function in boost::unordered::unordered_map 474 iterator try_emplace( in try_emplace() function in boost::unordered::unordered_map 482 iterator try_emplace(const_iterator hint, BOOST_RV_REF(key_type) k, in try_emplace() function in boost::unordered::unordered_map
|
/third_party/boost/boost/container/detail/ |
D | tree.hpp | 1093 BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace in try_emplace() function in boost::container::dtl::tree
|
D | flat_tree.hpp | 973 BOOST_CONTAINER_FORCEINLINE std::pair<iterator, bool> try_emplace in try_emplace() function in boost::container::dtl::flat_tree
|