HomeSort by relevance Sort by last modified time
    Searched refs:StackVector (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/containers/
stack_container.h 225 // StackVector -----------------------------------------------------------------
228 // StackVector<int, 16> foo;
232 class StackVector : public StackContainer<
236 StackVector() : StackContainer<
245 StackVector(const StackVector<T, stack_capacity>& other)
252 StackVector<T, stack_capacity>& operator=(
253 const StackVector<T, stack_capacity>& other) {
  /external/libmojo/mojo/edk/system/
request_context.h 86 base::StackVector<WatchNotifyFinalizer, kStaticWatchFinalizersCapacity>;
88 base::StackVector<scoped_refptr<Watcher>, kStaticWatchFinalizersCapacity>;
core.cc 592 base::StackVector<uintptr_t, 16> contexts;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 35 typedef SmallVector<StackEntry, 16> StackVector;
68 StackVector Stack;
  /external/libmojo/ipc/
ipc_message_utils.h 893 struct ParamTraits<base::StackVector<P, stack_capacity> > {
894 typedef base::StackVector<P, stack_capacity> param_type;
    [all...]

Completed in 372 milliseconds