Home
last modified time | relevance | path

Searched defs:emplace (Results 1 - 20 of 20) sorted by relevance

/third_party/json/include/nlohmann/
H A Dordered_map.hpp54 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 Djson.hpp3226 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 Doptional.h357 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 Dvariant.h623 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 DOptional.h75 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 DOptional.h87 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 DAllocatorList.h187 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function in llvm::AllocatorList
H A DImmutableList.h204 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 Dstatusor.h581 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 DSkTOptional.h116 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 DSkTHash.h378 Slot& emplace(T&& v, uint32_t h) { in emplace() function
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp348 std::pair<iterator, bool> emplace(Args&& ... args) in emplace() function in nlohmann::fifo_map
/third_party/node/deps/v8/src/base/
H A Doptional.h660 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 Dinlined_vector.h637 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 Dcontainer_memory.h346 static void emplace(slot_type* slot) { in emplace() function
H A Dbtree_container.h292 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 Dcircular_deque.h753 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 DJSON.h204 template <typename... Args> iterator emplace(const_iterator P, Args &&... A) { in emplace() function in llvm::json::Array
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp83 T* emplace(Args&&... args) { in emplace() function in Serializer
/third_party/node/deps/ada/
H A Dada.h3590 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

Completed in 40 milliseconds