/third_party/boost/boost/sort/common/ |
D | stack_cnc.hpp | 96 void emplace_back(Args &&... args) in emplace_back() function in boost::sort::common::stack_cnc
|
D | deque_cnc.hpp | 185 void emplace_back(Args && ... args) in emplace_back() function in sort::tools::deque_cnc
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | FixedVector.h | 268 void FixedVector<T, N, Storage>::emplace_back(Args &&... args) in emplace_back() function
|
D | FastVector.h | 309 ANGLE_INLINE void FastVector<T, N, Storage>::emplace_back(Args &&... args) in emplace_back() function
|
/third_party/mindspore/mindspore/core/base/ |
D | base_ref.h | 272 void emplace_back(const BaseRef &value) { elements_.emplace_back(value); } in emplace_back() function 273 void emplace_back(BaseRef &&value) { elements_.emplace_back(value); } in emplace_back() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrAllocator.h | 281 template <typename... Args> T& emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | small_vector.h | 387 void emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | small_vector.h | 387 void emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/skia/gm/ |
D | convexpolyclip.cpp | 115 auto emplace_back = [](std::vector<Clip>& clips) -> Clip& { in onOnceBeforeDraw() local
|
/third_party/spirv-tools/source/util/ |
D | small_vector.h | 387 void emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/gn/src/gn/ |
D | unique_vector.h | 138 bool emplace_back(ARGS... args) { in emplace_back() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | tensor_row.h | 179 void emplace_back(value_type t) { row_.emplace_back(t); } in emplace_back() function
|
/third_party/skia/src/core/ |
D | SkTBlockList.h | 86 T& emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/boost/libs/stl_interfaces/example/ |
D | static_vector.hpp | 170 reference emplace_back(Args &&... args) in emplace_back() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | AllocatorList.h | 220 template <class... Ts> void emplace_back(Ts &&... Vs) { in emplace_back() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | containers.h | 221 void vector<T, BASE_CAPACITY>::emplace_back(T&& el) { in emplace_back() function
|
/third_party/boost/boost/poly_collection/detail/ |
D | segment.hpp | 136 base_iterator emplace_back(Args&&... args) in emplace_back() function in boost::poly_collection::detail::segment
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 156 void emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 149 void emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 156 void emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/abseil-cpp/absl/container/ |
D | inlined_vector.h | 651 reference emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector.h | 653 reference emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/skia/include/private/ |
D | SkTArray.h | 235 template<class... Args> T& emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/flutter/skia/include/private/ |
D | SkTArray.h | 207 template<class... Args> T& emplace_back(Args&&... args) { in emplace_back() function
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_containers.hpp | 321 void emplace_back(Ts &&... ts) SPIRV_CROSS_NOEXCEPT in emplace_back() function in SPIRV_CROSS_NAMESPACE::SmallVector
|