Home
last modified time | relevance | path

Searched defs:emplace_back (Results 1 – 23 of 23) sorted by relevance

/external/perfetto/src/tracing/core/
Dpatch_list.h73 Patch* emplace_back(ChunkID chunk_id, uint16_t offset) { in emplace_back() function
/external/grpc-grpc/src/core/lib/gprpp/
Dinlined_vector.h114 void emplace_back(Args&&... args) { in emplace_back() function
/external/perfetto/include/perfetto/base/
Dcircular_queue.h196 void emplace_back(Args&&... args) { in emplace_back() function
/external/skqp/src/gpu/
DGrAllocator.h281 template <typename... Args> T& emplace_back(Args&&... args) { in emplace_back() function
/external/skia/src/gpu/
DGrAllocator.h281 template <typename... Args> T& emplace_back(Args&&... args) { in emplace_back() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dsmall_vector.h387 void emplace_back(Args&&... args) { in emplace_back() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dsmall_vector.h387 void emplace_back(Args&&... args) { in emplace_back() function
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h135 void emplace_back(Args&&... args) { in emplace_back() function
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h135 void emplace_back(Args&&... args) { in emplace_back() function
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h135 void emplace_back(Args&&... args) { in emplace_back() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAllocatorList.h221 template <class... Ts> void emplace_back(Ts &&... Vs) { in emplace_back() function
DSmallVector.h652 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) { in emplace_back() function
/external/libcxx/test/support/
Dnasty_containers.hpp93 void emplace_back(Args&&... args) { v_.emplace_back(std::forward<Args>(args)...); } in emplace_back() function in nasty_vector
212 void emplace_back(Args&&... args) { l_.emplace_back(std::forward<Args>(args)...); } in emplace_back() function in nasty_list
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DJSON.h187 template <typename... Args> void emplace_back(Args &&... A) { in emplace_back() function
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-original.cc261 void emplace_back(int x) {} in emplace_back() function in blink::blacklisting_of_method_and_function_names::Foo
Dmethods-expected.cc257 void emplace_back(int x) {} in emplace_back() function in blink::blacklisting_of_method_and_function_names::Foo
/external/skia/include/private/
DSkTArray.h203 template<class... Args> T& emplace_back(Args&&... args) { in emplace_back() function
/external/skqp/include/private/
DSkTArray.h203 template<class... Args> T& emplace_back(Args&&... args) { in emplace_back() function
/external/llvm/include/llvm/ADT/
DSmallVector.h632 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) { in emplace_back() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h635 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) { in emplace_back() function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h379 void emplace_back(Piece child_piece) { in emplace_back() function
/external/libchrome/base/containers/
Dcircular_deque.h850 reference emplace_back(Args&&... args) { in emplace_back() function
/external/tensorflow/tensorflow/core/kernels/data/
Dcache_dataset_ops.cc668 void emplace_back(std::vector<Tensor> element) { in emplace_back() function in tensorflow::data::__anon80340b800111::CacheDatasetOp::MemoryDataset::MemoryCache