Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/containers/
H A 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
H A 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) {
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/
Dstack_container.h196 class StackVector : public StackContainer<
200 StackVector() : StackContainer< in StackVector() function
209 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
216 StackVector<T, stack_capacity>& operator=(
217 const StackVector<T, stack_capacity>& other) {
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/
Dstack_container.h196 class StackVector : public StackContainer<
200 StackVector() : StackContainer< in StackVector() function
209 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
216 StackVector<T, stack_capacity>& operator=(
217 const StackVector<T, stack_capacity>& other) {
/aosp_15_r20/external/libchrome/mojo/core/
H A Drequest_context.h88 base::StackVector<WatchNotifyFinalizer, kStaticWatchFinalizersCapacity>;
90 base::StackVector<scoped_refptr<Watch>, kStaticWatchFinalizersCapacity>;
/aosp_15_r20/external/libchrome/ipc/
H A 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()
H A Dipc_message_utils.h798 struct ParamTraits<base::StackVector<P, stack_capacity> > {
799 typedef base::StackVector<P, stack_capacity> param_type;
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dwait_set.cc151 base::StackVector<MojoTrapEvent, 4> blocking_events; in Wait()
191 base::StackVector<base::WaitableEvent*, 4> events; in Wait()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp54 using StackVector = SmallVector<StackEntry, 16>; typedef
76 StackVector Stack;
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp35 typedef SmallVector<StackEntry, 16> StackVector; typedef
68 StackVector Stack;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp36 using StackVector = SmallVector<StackEntry, 16>; typedef
58 StackVector Stack;
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dsync_handle_registry.h63 using EventCallbackList = base::StackVector<base::Closure, 1>;
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dsync_event_watcher.cc47 base::StackVector<const bool*, kFlagStackCapacity> should_stop_array; in SyncWatch()
/aosp_15_r20/external/libchrome/mojo/core/ports/
H A Dnode.cc1056 base::StackVector<PortRef, 4> attached_port_refs; in PrepareToForwardUserMessage()
1057 base::StackVector<const PortRef*, 5> ports_to_lock; in PrepareToForwardUserMessage()