Searched refs:StackVector (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/base/containers/
H A Dstack_container_unittest.cc37 StackVector<int, stack_size> vect;
79 typedef StackVector<scoped_refptr<Dummy>, 2> Vector;
118 StackVector<wchar_t, 16> text;
122 StackVector<double, 1> doubles;
126 StackVector<AlignedData<16>, 1> aligned16;
134 StackVector<AlignedData<256>, 1> aligned256;
140 template class StackVector<int, 2>;
141 template class StackVector<scoped_refptr<Dummy>, 2>;
H A Dstack_container.h222 // StackVector -----------------------------------------------------------------
225 // StackVector<int, 16> foo;
229 class StackVector : public StackContainer< class in namespace:base
233 StackVector() : StackContainer< function in class:base::StackVector
242 StackVector(const StackVector<T, stack_capacity>& other) argument
249 StackVector<T, stack_capacity>& operator=( argument
250 const StackVector<T, stack_capacity>& other) {
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.h59 base::StackVector<GestureEventData, kTypicalMaxGesturesPerTouch> gestures_;
H A Dmotion_event_generic.h90 base::StackVector<PointerProperties, kTypicalMaxPointerCount> pointers_;
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp33 typedef SmallVector<StackEntry, 16> StackVector; typedef in namespace:__anon26120
67 StackVector Stack;
/external/chromium_org/skia/ext/
H A Dimage_operations.cc231 base::StackVector<float, 64> filter_values;
232 base::StackVector<int16, 64> fixed_filter_values;
/external/chromium_org/components/history/core/browser/
H A Dhistory_types.cc139 base::StackVector<size_t, 4> new_list;
H A Dhistory_types.h215 typedef std::map<GURL, base::StackVector<size_t, 4> > URLToResultIndices;
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc180 base::StackVector<const BookmarkNode*, 8> permanent_nodes;
192 for (base::StackVector<const BookmarkNode*, 8>::ContainerType::const_iterator
/external/chromium_org/cc/resources/
H A Dpixel_buffer_raster_worker_pool.cc69 typedef base::StackVector<RasterTask*, kMaxScheduledRasterTasks>
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.cc471 base::StackVector<Fingerprint, 32> shuffled_fingerprints;

Completed in 1999 milliseconds