Home
last modified time | relevance | path

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

1234

/aosp_15_r20/frameworks/native/include/ftl/
H A Dsmall_vector.h183 reference emplace_back(Args&&... args) { in emplace_back() function
375 iterator emplace_back(Args&&... args) { in emplace_back() function
H A Dstatic_vector.h277 iterator emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dnasty_containers.h96 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 Dpatch_list.h73 Patch* emplace_back(ChunkID chunk_id, uint16_t offset) { in emplace_back() function
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dchunked_vector_fuzzer.proto43 EmplaceBack emplace_back = 1; field
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DMaxSizeVector.h90 void emplace_back(const X& x) { in emplace_back() function
/aosp_15_r20/external/libcxx/test/support/
H A 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
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dfixed_size_vector_impl.h108 void FixedSizeVector<ElementType, kCapacity>::emplace_back(Args &&... args) { in emplace_back() function
H A Ddynamic_vector_impl.h141 bool DynamicVector<ElementType>::emplace_back(Args &&...args) { in emplace_back() function
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcontainers.h62 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 Dsmall_vector.h142 void emplace_back(Args&&... args) { in emplace_back() function
H A Dcircular_queue.h218 void emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dsmall_vector.h142 void emplace_back(Args&&... args) { in emplace_back() function
H A Dcircular_queue.h218 void emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/external/angle/src/common/
H A DFixedVector.h273 void FixedVector<T, N, Storage>::emplace_back(Args &&...args) in emplace_back() function
/aosp_15_r20/external/libgav1/src/utils/
H A Dvector.h189 LIBGAV1_MUST_USE_RESULT bool emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Darguments.h100 T& emplace_back(Args... args) { in emplace_back() function
/aosp_15_r20/external/skia/gm/
H A Dconvexpolyclip.cpp114 auto emplace_back = [](std::vector<Clip>& clips) -> Clip& { in onOnceBeforeDraw() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h406 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 Ddynamic_vector_impl.h135 bool DynamicVector<ElementType>::emplace_back(Args &&...args) { in emplace_back() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dsmall_vector.h406 void emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dsmall_vector.h406 void emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/external/skia/src/base/
H A DSkTBlockList.h101 T& emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h121 void emplace_back(Args&&... args) { in emplace_back() function
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h121 void emplace_back(Args&&... args) { in emplace_back() function

1234