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

/external/chromium/base/
H A Dstack_container_unittest.cc34 StackVector<int, stack_size> vect;
76 typedef StackVector<scoped_refptr<Dummy>, 2> Vector;
100 StackVector<wchar_t, 16> text;
118 template StackVector<int, 2>;
119 template StackVector<scoped_refptr<Dummy>, 2>;
H A Dstack_container.h213 // StackVector
216 // StackVector<int, 16> foo;
220 class StackVector : public StackContainer< class in inherits:StackContainer
224 StackVector() : StackContainer< function in class:StackVector
233 StackVector(const StackVector<T, stack_capacity>& other) argument
240 StackVector<T, stack_capacity>& operator=( argument
241 const StackVector<T, stack_capacity>& other) {
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc109 StackVector<char, sizeof(VisitedLinkCommon::Fingerprint)> data_;
472 StackVector<Fingerprint, 32> shuffled_fingerprints;
/external/chromium/chrome/browser/history/
H A Dhistory_types.h450 typedef std::map<GURL, StackVector<size_t, 4> > URLToResultIndices;
H A Dhistory_types.cc281 StackVector<size_t, 4> new_list;

Completed in 123 milliseconds