Home
last modified time | relevance | path

Searched defs:IndexValue (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/util/
Dsparse_array.h107 class IndexValue; variable
244 IndexValue() {} in IndexValue() function
245 IndexValue(int index, const Value& value) : second(value), index_(index) {} in IndexValue() function
/external/clang/lib/Sema/
DSemaInit.cpp2687 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local