Home
last modified time | relevance | path

Searched refs:StackVector (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/containers/
Dstack_container.h193 class StackVector : public StackContainer<
197 StackVector() : StackContainer< in StackVector() function
206 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
213 StackVector<T, stack_capacity>& operator=(
214 const StackVector<T, stack_capacity>& other) {
/external/libchrome/mojo/core/
Drequest_context.h88 base::StackVector<WatchNotifyFinalizer, kStaticWatchFinalizersCapacity>;
90 base::StackVector<scoped_refptr<Watch>, kStaticWatchFinalizersCapacity>;
/external/libchrome/ipc/
Dipc_message_utils_unittest.cc84 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
86 base::StackVector<double, stack_capacity> stack_vector; in TEST()
93 base::StackVector<double, stack_capacity> output; in TEST()
Dipc_message_utils.h798 struct ParamTraits<base::StackVector<P, stack_capacity> > {
799 typedef base::StackVector<P, stack_capacity> param_type;
/external/libchrome/mojo/public/cpp/bindings/
Dsync_handle_registry.h63 using EventCallbackList = base::StackVector<base::Closure, 1>;
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_event_watcher.cc47 base::StackVector<const bool*, kFlagStackCapacity> should_stop_array; in SyncWatch()
/external/libchrome/mojo/public/cpp/system/
Dwait_set.cc151 base::StackVector<MojoTrapEvent, 4> blocking_events; in Wait()
191 base::StackVector<base::WaitableEvent*, 4> events; in Wait()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp52 using StackVector = SmallVector<StackEntry, 16>; typedef
76 StackVector Stack;
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp35 typedef SmallVector<StackEntry, 16> StackVector; typedef
68 StackVector Stack;
/external/libchrome/mojo/core/ports/
Dnode.cc1056 base::StackVector<PortRef, 4> attached_port_refs; in PrepareToForwardUserMessage()
1057 base::StackVector<const PortRef*, 5> ports_to_lock; in PrepareToForwardUserMessage()