Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dstack_container_unittest.cc39 StackVector<int, stack_size> vect; in TEST()
81 typedef StackVector<scoped_refptr<Dummy>, 2> Vector; in TEST()
120 StackVector<wchar_t, 16> text; in TEST()
124 StackVector<double, 1> doubles; in TEST()
128 StackVector<AlignedData<16>, 1> aligned16; in TEST()
136 StackVector<AlignedData<256>, 1> aligned256; in TEST()
142 template class StackVector<int, 2>; variable
143 template class StackVector<scoped_refptr<Dummy>, 2>; variable
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/llvm-project/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp54 using StackVector = SmallVector<StackEntry, 16>; typedef
76 StackVector Stack;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp54 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()