Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.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
/third_party/gn/src/gn/
Dbuilder_record_map.h47 std::pair<bool, BuilderRecord*> try_emplace(const Label& label, in try_emplace() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h187 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
DStringMap.h377 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h210 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
DStringMap.h432 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace() function