Home
last modified time | relevance | path

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

/external/cronet/base/containers/
Dstack_container_unittest.cc40 StackVector<int, stack_size> vect; in TEST()
83 typedef StackVector<scoped_refptr<Dummy>, 2> Vector; in TEST()
118 StackVector<wchar_t, 16> text; in TEST()
122 StackVector<double, 1> doubles; in TEST()
126 StackVector<AlignedData<16>, 1> aligned16; in TEST()
134 StackVector<AlignedData<256>, 1> aligned256; in TEST()
140 template class StackVector<int, 2>; variable
141 template class StackVector<scoped_refptr<Dummy>, 2>; variable
144 void CheckStackVectorElements(const StackVector<T, size>& vec, in CheckStackVectorElements()
157 StackVector<int, 3> vect; in TEST()
[all …]
Dstack_container.h222 class StackVector
227 StackVector() in StackVector() function
237 StackVector(const StackVector<T, stack_capacity, FallbackAllocator>& other) in StackVector() function
245 StackVector<T, stack_capacity, FallbackAllocator>& operator=(
246 const StackVector<T, stack_capacity, FallbackAllocator>& other) {
Dintrusive_heap.h434 StackVector<value_type, 8> elements_to_delete; in EraseIf()
/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/cronet/ipc/
Dipc_message_utils_unittest.cc88 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
90 base::StackVector<double, stack_capacity> stack_vector; in TEST()
97 base::StackVector<double, stack_capacity> output; in TEST()
Dipc_message_utils.h861 struct ParamTraits<base::StackVector<P, stack_capacity> > {
862 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/cronet/base/system/
Dsys_info_win.cc40 base::StackVector<BYTE, kReservedSize> buffer; in GetCoreEfficiencyClasses()
86 base::StackVector<SYSTEM_LOGICAL_PROCESSOR_INFORMATION, kReservedSize> buffer; in GetCoreProcessorMasks()
/external/cronet/net/base/
Dip_address.cc425 base::StackVector<uint8_t, 16> bytes; in ConvertIPv4ToIPv4MappedIPv6()
435 base::StackVector<uint8_t, 16> bytes; in ConvertIPv4MappedIPv6ToIPv4()
528 base::StackVector<uint8_t, 16> all_ones; in MaskPrefixLength()
608 base::StackVector<uint8_t, 16> bytes; in ConvertIPv4ToIPv4EmbeddedIPv6()
/external/cronet/base/memory/
Draw_ptr_asan_bound_arg_tracker.h50 using ProtectedArgsVector = base::StackVector<uintptr_t, kInlineArgsCount>;
/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/cronet/base/message_loop/
Dmessage_pump_epoll.h98 StackVector<scoped_refptr<Interest>, 2> interests;
/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/cronet/base/task/sequence_manager/
Dwork_queue.cc230 StackVector<Task, 8> tasks_to_delete; in RemoveAllCanceledTasksFromFront()
Dtask_queue_impl.cc686 StackVector<Task, 8> tasks_to_delete; in RemoveAllCanceledDelayedTasksFromFront()
717 StackVector<Task, 8> tasks_to_delete; in MoveReadyDelayedTasksToWorkQueue()
/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()
/external/cronet/net/disk_cache/simple/
Dsimple_synchronous_entry.cc186 base::StackVector<char, 1024> buffer_;