/aosp_15_r20/frameworks/native/include/ftl/ |
H A D | small_vector.h | 183 reference emplace_back(Args&&... args) { in emplace_back() function 375 iterator emplace_back(Args&&... args) { in emplace_back() function
|
H A D | static_vector.h | 277 iterator emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | nasty_containers.h | 96 void emplace_back(Args&&... args) { v_.emplace_back(std::forward<Args>(args)...); } in emplace_back() function 224 void emplace_back(Args&&... args) { l_.emplace_back(std::forward<Args>(args)...); } in emplace_back() function
|
/aosp_15_r20/external/perfetto/src/tracing/core/ |
H A D | patch_list.h | 73 Patch* emplace_back(ChunkID chunk_id, uint16_t offset) { in emplace_back() function
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | chunked_vector_fuzzer.proto | 43 EmplaceBack emplace_back = 1; field
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/util/ |
H A D | MaxSizeVector.h | 90 void emplace_back(const X& x) { in emplace_back() function
|
/aosp_15_r20/external/libcxx/test/support/ |
H A 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
|
/aosp_15_r20/system/chre/util/include/chre/util/ |
H A D | fixed_size_vector_impl.h | 108 void FixedSizeVector<ElementType, kCapacity>::emplace_back(Args &&... args) { in emplace_back() function
|
H A D | dynamic_vector_impl.h | 141 bool DynamicVector<ElementType>::emplace_back(Args &&...args) { in emplace_back() function
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/ |
H A D | containers.h | 62 T* emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | small_vector.h | 142 void emplace_back(Args&&... args) { in emplace_back() function
|
H A D | circular_queue.h | 218 void emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | small_vector.h | 142 void emplace_back(Args&&... args) { in emplace_back() function
|
H A D | circular_queue.h | 218 void emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/external/angle/src/common/ |
H A D | FixedVector.h | 273 void FixedVector<T, N, Storage>::emplace_back(Args &&...args) in emplace_back() function
|
/aosp_15_r20/external/libgav1/src/utils/ |
H A D | vector.h | 189 LIBGAV1_MUST_USE_RESULT bool emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | arguments.h | 100 T& emplace_back(Args... args) { in emplace_back() function
|
/aosp_15_r20/external/skia/gm/ |
H A D | convexpolyclip.cpp | 114 auto emplace_back = [](std::vector<Clip>& clips) -> Clip& { in onOnceBeforeDraw() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | small_vector.h | 406 void emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
H A D | dynamic_vector_impl.h | 135 bool DynamicVector<ElementType>::emplace_back(Args &&...args) { in emplace_back() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/ |
D | small_vector.h | 406 void emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/ |
H A D | small_vector.h | 406 void emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkTBlockList.h | 101 T& emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/ |
D | SmallVector.h | 121 void emplace_back(Args&&... args) { in emplace_back() function
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | SmallVector.h | 121 void emplace_back(Args&&... args) { in emplace_back() function
|