Home
last modified time | relevance | path

Searched refs:ITR (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DSourceLocation.h228 CharSourceRange(SourceRange R, bool ITR) : Range(R),IsTokenRange(ITR){} in CharSourceRange() argument
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc150 template <typename ITR>
154 ITR& result) { in SplitStringToIteratorUsing()