Searched defs:StackVector (Results 1 – 8 of 8) sorted by relevance
| /external/libchrome/base/containers/ |
| D | stack_container.h | 197 StackVector() : StackContainer< in StackVector() function 206 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
|
| D | stack_container_unittest.cc | 142 template class StackVector<int, 2>; variable 143 template class StackVector<scoped_refptr<Dummy>, 2>; variable
|
| /external/cronet/base/containers/ |
| D | stack_container.h | 227 StackVector() in StackVector() function 237 StackVector(const StackVector<T, stack_capacity, FallbackAllocator>& other) in StackVector() function
|
| D | stack_container_unittest.cc | 140 template class StackVector<int, 2>; variable 141 template class StackVector<scoped_refptr<Dummy>, 2>; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIAnnotateControlFlow.cpp | 54 using StackVector = SmallVector<StackEntry, 16>; typedef
|
| /external/libchrome/ipc/ |
| D | ipc_message_utils_unittest.cc | 84 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | SIAnnotateControlFlow.cpp | 35 typedef SmallVector<StackEntry, 16> StackVector; typedef
|
| /external/cronet/ipc/ |
| D | ipc_message_utils_unittest.cc | 88 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
|