/third_party/json/include/nlohmann/ |
H A D | ordered_map.hpp | 54 std::pair<iterator, bool> emplace(const key_type& key, T&& t) in emplace() function 69 std::pair<iterator, bool> emplace(KeyType && key, T && t) in emplace() function
|
H A D | json.hpp | 3226 std::pair<iterator, bool> emplace(Args&& ... args) in emplace() function in basic_json
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional.h | 357 T& emplace(Args&&... args) { in emplace() function in absl::optional 377 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function in absl::optional
|
H A D | variant.h | 623 T& emplace(Args&&... args) { in emplace() function in absl::variant 644 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function in absl::variant 664 absl::variant_alternative_t<I, variant>& emplace(Arg function in absl::variant 681 absl::variant_alternative_t<I, variant>& emplace(std::initializer_list<U> il, emplace() function in absl::variant [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Optional.h | 75 void emplace(ArgTypes &&...Args) { in emplace() function in llvm::Optional
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Optional.h | 87 template <class... Args> void emplace(Args &&... args) { in emplace() function in llvm::optional_detail::OptionalStorage 187 template <class... Args> void emplace(Args &&... args) { in emplace() function in llvm::optional_detail::OptionalStorage 237 template <typename... ArgTypes> void emplace(ArgTypes &&... Args) { in emplace() function in llvm::Optional
|
H A D | AllocatorList.h | 187 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function in llvm::AllocatorList
|
H A D | ImmutableList.h | 204 LLVM_NODISCARD ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() function in llvm::ImmutableListFactory
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor.h | 581 T& emplace(Args&&... args) { in emplace() function in absl::StatusOr 597 T& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function in absl::StatusOr
|
/third_party/skia/include/private/ |
H A D | SkTOptional.h | 116 optional& emplace(Args&&... args) { in emplace() function in skstd::optional 124 optional& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function in skstd::optional
|
H A D | SkTHash.h | 378 Slot& emplace(T&& v, uint32_t h) { in emplace() function
|
/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 348 std::pair<iterator, bool> emplace(Args&& ... args) in emplace() function in nlohmann::fifo_map
|
/third_party/node/deps/v8/src/base/ |
H A D | optional.h | 660 T& emplace(Args&&... args) { in emplace() function in v8::base::Optional 670 emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function in v8::base::Optional
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 637 iterator emplace(const_iterator pos, Args&&... args) { in emplace() function in absl::InlinedVector
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory.h | 346 static void emplace(slot_type* slot) { in emplace() function
|
H A D | btree_container.h | 292 std::pair<iterator, bool> emplace(Args &&... args) { in emplace() function in absl::container_internal::btree_set_container 598 iterator emplace(Args &&... args) { in emplace() function in absl::container_internal::btree_multiset_container
|
/third_party/gn/src/base/containers/ |
H A D | circular_deque.h | 753 iterator emplace(const_iterator pos, Args&&... args) { in emplace() function in base::circular_deque
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 204 template <typename... Args> iterator emplace(const_iterator P, Args &&... A) { in emplace() function in llvm::json::Array
|
/third_party/skia/src/core/ |
H A D | SkRemoteGlyphCache.cpp | 83 T* emplace(Args&&... args) { in emplace() function in Serializer
|
/third_party/node/deps/ada/ |
H A D | ada.h | 3590 void emplace(Args &&...args) { in emplace() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected 3602 void emplace(Args &&...args) { in emplace() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected 3628 void emplace(std::initializer_list<U> il, Args &&...args) { in emplace() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected 3642 void emplace(std::initializer_list<U> il, Args &&...args) { in emplace() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected
|