Home
last modified time | relevance | path

Searched defs:StackVector (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/
Dstack_container.h200 StackVector() : StackContainer< in StackVector() function
209 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
/aosp_15_r20/external/libchrome/base/containers/
H A Dstack_container.h197 StackVector() : StackContainer< in StackVector() function
206 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
H A Dstack_container_unittest.cc142 template class StackVector<int, 2>; variable
143 template class StackVector<scoped_refptr<Dummy>, 2>; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/
Dstack_container.h200 StackVector() : StackContainer< in StackVector() function
209 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp54 using StackVector = SmallVector<StackEntry, 16>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp36 using StackVector = SmallVector<StackEntry, 16>; typedef
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_utils_unittest.cc84 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp35 typedef SmallVector<StackEntry, 16> StackVector; typedef