HomeSort by relevance Sort by last modified time
    Searched refs:StackVector (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/base/containers/
stack_container_unittest.cc 37 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>;
stack_container.h 222 // StackVector -----------------------------------------------------------------
225 // StackVector<int, 16> foo;
229 class StackVector : public StackContainer<
233 StackVector() : StackContainer<
242 StackVector(const StackVector<T, stack_capacity>& other)
249 StackVector<T, stack_capacity>& operator=(
250 const StackVector<T, stack_capacity>& other) {
  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data_packet.h 59 base::StackVector<GestureEventData, kTypicalMaxGesturesPerTouch> gestures_;
motion_event_generic.h 90 base::StackVector<PointerProperties, kTypicalMaxPointerCount> pointers_;
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 33 typedef SmallVector<StackEntry, 16> StackVector;
67 StackVector Stack;
  /external/chromium_org/skia/ext/
image_operations.cc 231 base::StackVector<float, 64> filter_values;
232 base::StackVector<int16, 64> fixed_filter_values;
  /external/chromium_org/components/history/core/browser/
history_types.cc 139 base::StackVector<size_t, 4> new_list;
history_types.h 215 typedef std::map<GURL, base::StackVector<size_t, 4> > URLToResultIndices;
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 180 base::StackVector<const BookmarkNode*, 8> permanent_nodes;
192 for (base::StackVector<const BookmarkNode*, 8>::ContainerType::const_iterator
    [all...]
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc 69 typedef base::StackVector<RasterTask*, kMaxScheduledRasterTasks>
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 471 base::StackVector<Fingerprint, 32> shuffled_fingerprints;
    [all...]

Completed in 352 milliseconds