Searched defs:IndexValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h106 // IndexValue pairs: exposed in SparseArray::iterator.
107 class IndexValue;
109 typedef IndexValue value_type;
110 typedef typename vector<IndexValue>::iterator iterator;
111 typedef typename vector<IndexValue>::const_iterator const_iterator;
113 inline const IndexValue& iv(int i) const;
157 static bool less(const IndexValue& a, const IndexValue& b);
226 vector<IndexValue> dense_;
237 // IndexValue pair
239 class SparseArray<Value>::IndexValue { class in class:re2::SparseArray
245 IndexValue() {} function in class:re2::SparseArray::IndexValue
246 IndexValue(int index, const Value& value) : second(value), index_(index) {} function in class:re2::SparseArray::IndexValue
[all...]
/external/regex-re2/util/
H A Dsparse_array.h106 // IndexValue pairs: exposed in SparseArray::iterator.
107 class IndexValue;
109 typedef IndexValue value_type;
110 typedef typename vector<IndexValue>::iterator iterator;
111 typedef typename vector<IndexValue>::const_iterator const_iterator;
113 inline const IndexValue& iv(int i) const;
157 static bool less(const IndexValue& a, const IndexValue& b);
226 vector<IndexValue> dense_;
236 // IndexValue pair
238 class SparseArray<Value>::IndexValue { class in class:re2::SparseArray
244 IndexValue() {} function in class:re2::SparseArray::IndexValue
245 IndexValue(int index, const Value& value) : second(value), index_(index) {} function in class:re2::SparseArray::IndexValue
[all...]
/external/clang/lib/Sema/
H A DSemaInit.cpp2496 llvm::APSInt IndexValue; local
2498 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get();

Completed in 171 milliseconds