Searched refs:StackVector (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/containers/ |
D | stack_container.h | 232 class StackVector : public StackContainer< 236 StackVector() : StackContainer< in StackVector() function 245 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function 252 StackVector<T, stack_capacity>& operator=( 253 const StackVector<T, stack_capacity>& other) {
|
/external/libmojo/mojo/edk/system/ |
D | request_context.h | 86 base::StackVector<WatchNotifyFinalizer, kStaticWatchFinalizersCapacity>; 88 base::StackVector<scoped_refptr<Watcher>, kStaticWatchFinalizersCapacity>;
|
D | core.cc | 592 base::StackVector<uintptr_t, 16> contexts; in GetReadyHandles() 1116 base::StackVector<scoped_refptr<Dispatcher>, 1> dispatchers; in WaitManyInternal()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 35 typedef SmallVector<StackEntry, 16> StackVector; typedef 68 StackVector Stack;
|
/external/libmojo/ipc/ |
D | ipc_message_utils.h | 893 struct ParamTraits<base::StackVector<P, stack_capacity> > { 894 typedef base::StackVector<P, stack_capacity> param_type;
|