Searched refs:StackVector (Results 1 – 6 of 6) sorted by relevance
/external/chromium/base/ |
D | stack_container_unittest.cc | 34 StackVector<int, stack_size> vect; in TEST() 76 typedef StackVector<scoped_refptr<Dummy>, 2> Vector; in TEST() 100 StackVector<wchar_t, 16> text; in TEST() 118 template StackVector<int, 2>; 119 template StackVector<scoped_refptr<Dummy>, 2>;
|
D | stack_container.h | 220 class StackVector : public StackContainer< 224 StackVector() : StackContainer< in StackVector() function 233 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function 240 StackVector<T, stack_capacity>& operator=( 241 const StackVector<T, stack_capacity>& other) {
|
/external/llvm/lib/Target/R600/ |
D | SIAnnotateControlFlow.cpp | 29 typedef SmallVector<StackEntry, 16> StackVector; typedef 63 StackVector Stack;
|
/external/chromium/chrome/browser/visitedlink/ |
D | visitedlink_master.cc | 109 StackVector<char, sizeof(VisitedLinkCommon::Fingerprint)> data_; 472 StackVector<Fingerprint, 32> shuffled_fingerprints; in DeleteFingerprint()
|
/external/chromium/chrome/browser/history/ |
D | history_types.h | 450 typedef std::map<GURL, StackVector<size_t, 4> > URLToResultIndices;
|
D | history_types.cc | 281 StackVector<size_t, 4> new_list; in AddURLUsageAtIndex()
|