Home
last modified time | relevance | path

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

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A 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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A 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
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A 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
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A 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
/dports/graphics/R-cran-s2/s2/src/absl/container/internal/
H A 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
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A 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
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/container/internal/
H A 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
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A 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
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DEventBaseLocal.h117 T& try_emplace(EventBase& evb, A&&... a) { in try_emplace() function
123 T& try_emplace(EventBase& evb, std::initializer_list<U> i, A&&... a) { in try_emplace() function
/dports/devel/folly/folly-2021.12.27.00/folly/synchronization/
H A DDelayedInit.h94 T& try_emplace(A&&... a) { in try_emplace() function
102 T& try_emplace(std::initializer_list<U> ilist, A&&... a) { in try_emplace() function
/dports/devel/folly/folly-2021.12.27.00/folly/container/detail/
H A DF14MapFallback.h230 std::pair<iterator, bool> try_emplace(key_type const& key, Args&&... args) { in try_emplace() function
238 std::pair<iterator, bool> try_emplace(key_type&& key, Args&&... args) { in try_emplace() function
246 iterator try_emplace( in try_emplace() function
256 iterator try_emplace( in try_emplace() function
266 EnableHeterogeneousInsert<K2, std::pair<iterator, bool>> try_emplace( in try_emplace() function
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dscope.h132 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
138 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/devel/gn/gn-1962/src/gn/
H A Dbuilder_record_map.h47 std::pair<bool, BuilderRecord*> try_emplace(const Label& label, in try_emplace() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dscope.h138 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
144 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Semantics/
H A Dscope.h139 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
145 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dscope.h152 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
158 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dscope.h147 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
153 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dscope.h152 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
158 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dscope.h147 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
153 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dscope.h152 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
158 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/dports/databases/py-tiledb/tiledb-0.8.11/external/tsl/
H A Drobin_map.h342 std::pair<iterator, bool> try_emplace(const key_type& k, Args&&... args) { in try_emplace() function
347 std::pair<iterator, bool> try_emplace(key_type&& k, Args&&... args) { in try_emplace() function
352 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args) { in try_emplace() function
357 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args) { in try_emplace() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/robin-map/include/tsl/
H A Drobin_map.h342 std::pair<iterator, bool> try_emplace(const key_type& k, Args&&... args) { in try_emplace() function
347 std::pair<iterator, bool> try_emplace(key_type&& k, Args&&... args) { in try_emplace() function
352 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args) { in try_emplace() function
357 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args) { in try_emplace() function
/dports/lang/libobjc2/libobjc2-2.1/third_party/robin-map/include/tsl/
H A Drobin_map.h342 std::pair<iterator, bool> try_emplace(const key_type& k, Args&&... args) { in try_emplace() function
347 std::pair<iterator, bool> try_emplace(key_type&& k, Args&&... args) { in try_emplace() function
352 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args) { in try_emplace() function
357 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args) { in try_emplace() function
/dports/devel/robin-map/robin-map-0.6.3/include/tsl/
H A Drobin_map.h342 std::pair<iterator, bool> try_emplace(const key_type& k, Args&&... args) { in try_emplace() function
347 std::pair<iterator, bool> try_emplace(key_type&& k, Args&&... args) { in try_emplace() function
352 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args) { in try_emplace() function
357 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args) { in try_emplace() function
/dports/databases/R-cran-fastmap/fastmap/src/lib/tsl/
H A Dhopscotch_map.h345 std::pair<iterator, bool> try_emplace(const key_type& k, Args&&... args) { in try_emplace() function
350 std::pair<iterator, bool> try_emplace(key_type&& k, Args&&... args) { in try_emplace() function
355 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args) { in try_emplace() function
360 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args) { in try_emplace() function

12345678