Home
last modified time | relevance | path

Searched defs:emplace (Results 1 – 25 of 115) sorted by relevance

12345

/external/cronet/stable/base/threading/
Dsequence_local_storage_slot.h117 T& emplace(Args&&... args) { in emplace() function
206 T& emplace(Args&&... args) { in emplace() function
Dsequence_local_storage_map.h55 void emplace(T* ptr) { in emplace() function
80 void emplace(Args&&... args) { in emplace() function
/external/cronet/tot/base/threading/
Dsequence_local_storage_slot.h117 T& emplace(Args&&... args) { in emplace() function
206 T& emplace(Args&&... args) { in emplace() function
Dsequence_local_storage_map.h55 void emplace(T* ptr) { in emplace() function
80 void emplace(Args&&... args) { in emplace() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h87 template <class... Args> void emplace(Args &&... args) { in emplace() function
187 template <class... Args> void emplace(Args &&... args) { in emplace() function
237 template <typename... ArgTypes> void emplace(ArgTypes &&... Args) { in emplace() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany.h291 VT& emplace(Args&&... args) { in emplace() function
315 VT& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
Doptional.h360 T& emplace(Args&&... args) { in emplace() function
380 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function
/external/abseil-cpp/absl/types/
Dany.h292 VT& emplace(Args&&... args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in emplace() function
316 VT& emplace(std::initializer_list<U> ilist, in emplace() function
Doptional.h360 T& emplace(Args&&... args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in emplace() function
380 T& emplace(std::initializer_list<U> il, in emplace() function
/external/cronet/tot/third_party/abseil-cpp/absl/types/
Dany.h292 VT& emplace(Args&&... args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in emplace() function
316 VT& emplace(std::initializer_list<U> ilist, in emplace() function
Doptional.h360 T& emplace(Args&&... args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in emplace() function
380 T& emplace(std::initializer_list<U> il, in emplace() function
/external/cronet/stable/third_party/abseil-cpp/absl/types/
Dany.h292 VT& emplace(Args&&... args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in emplace() function
316 VT& emplace(std::initializer_list<U> ilist, in emplace() function
Doptional.h360 T& emplace(Args&&... args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in emplace() function
380 T& emplace(std::initializer_list<U> il, in emplace() function
/external/openscreen/third_party/abseil/src/absl/types/
Dany.h300 VT& emplace(Args&&... args) { in emplace() function
324 VT& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
Doptional.h357 T& emplace(Args&&... args) { in emplace() function
377 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function
/external/sdv/vsomeip/third_party/boost/container/test/
Dscoped_allocator_usage_test.cpp277 static iterator emplace(Container &c, const_iterator p, const Arg &arg) in emplace() function
288 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function
299 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function
310 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function
322 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function
351 iterator emplace(const_iterator p, const Arg &arg) in emplace() function
/external/pytorch/c10/util/
DOptionalArrayRef.h203 emplace(Args&&... args) noexcept( in emplace() function
209 constexpr ArrayRef<T>& emplace( in emplace() function
/external/openscreen/third_party/abseil/src/absl/status/
Dstatusor.h573 T& emplace(Args&&... args) { in emplace() function
589 T& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
/external/skia/include/private/base/
DSkAnySubclass.h38 void emplace(Args&&... args) { in emplace() function
/external/tflite-support/tensorflow_lite_support/cc/port/default/
Dstatusor.h369 T& emplace(Args&&... args) { in emplace() function
385 T& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
/external/pdfium/third_party/abseil-cpp/absl/types/
Doptional.h360 T& emplace(Args&&... args) { in emplace() function
380 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatusor.h587 T& emplace(Args&&... args) { in emplace() function
603 T& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
/external/cronet/tot/base/memory/
Dprotected_memory.h208 void emplace(U&&... args) { in emplace() function
497 void emplace(U&&... args) { in emplace() function
/external/cronet/stable/base/memory/
Dprotected_memory.h208 void emplace(U&&... args) { in emplace() function
497 void emplace(U&&... args) { in emplace() function
/external/cronet/tot/third_party/abseil-cpp/absl/status/
Dstatusor.h556 T& emplace(Args&&... args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in emplace() function
572 T& emplace(std::initializer_list<U> ilist, in emplace() function

12345