/external/perfetto/src/tracing/core/ |
D | patch_list.h | 73 Patch* emplace_back(ChunkID chunk_id, uint16_t offset) { in emplace_back() function
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | inlined_vector.h | 114 void emplace_back(Args&&... args) { in emplace_back() function
|
/external/perfetto/include/perfetto/base/ |
D | circular_queue.h | 196 void emplace_back(Args&&... args) { in emplace_back() function
|
/external/skqp/src/gpu/ |
D | GrAllocator.h | 281 template <typename... Args> T& emplace_back(Args&&... args) { in emplace_back() function
|
/external/skia/src/gpu/ |
D | GrAllocator.h | 281 template <typename... Args> T& emplace_back(Args&&... args) { in emplace_back() function
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | small_vector.h | 387 void emplace_back(Args&&... args) { in emplace_back() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | small_vector.h | 387 void emplace_back(Args&&... args) { in emplace_back() function
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 135 void emplace_back(Args&&... args) { in emplace_back() function
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 135 void emplace_back(Args&&... args) { in emplace_back() function
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 135 void emplace_back(Args&&... args) { in emplace_back() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | AllocatorList.h | 221 template <class... Ts> void emplace_back(Ts &&... Vs) { in emplace_back() function
|
D | SmallVector.h | 652 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) { in emplace_back() function
|
/external/libcxx/test/support/ |
D | nasty_containers.hpp | 93 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/ |
D | JSON.h | 187 template <typename... Args> void emplace_back(Args &&... A) { in emplace_back() function
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | methods-original.cc | 261 void emplace_back(int x) {} in emplace_back() function in blink::blacklisting_of_method_and_function_names::Foo
|
D | methods-expected.cc | 257 void emplace_back(int x) {} in emplace_back() function in blink::blacklisting_of_method_and_function_names::Foo
|
/external/skia/include/private/ |
D | SkTArray.h | 203 template<class... Args> T& emplace_back(Args&&... args) { in emplace_back() function
|
/external/skqp/include/private/ |
D | SkTArray.h | 203 template<class... Args> T& emplace_back(Args&&... args) { in emplace_back() function
|
/external/llvm/include/llvm/ADT/ |
D | SmallVector.h | 632 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) { in emplace_back() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallVector.h | 635 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) { in emplace_back() function
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.h | 379 void emplace_back(Piece child_piece) { in emplace_back() function
|
/external/libchrome/base/containers/ |
D | circular_deque.h | 850 reference emplace_back(Args&&... args) { in emplace_back() function
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | cache_dataset_ops.cc | 668 void emplace_back(std::vector<Tensor> element) { in emplace_back() function in tensorflow::data::__anon80340b800111::CacheDatasetOp::MemoryDataset::MemoryCache
|