HomeSort by relevance Sort by last modified time
    Searched defs:IteratorType (Results 1 - 2 of 2) sorted by null

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 67 typedef typename internal::RefTypeTraits<T>::iterator IteratorType;
81 typedef IteratorType iterator;
82 typedef IteratorType const_iterator;
175 typedef typename internal::RefTypeTraits<T>::iterator IteratorType;
203 typedef IteratorType iterator;
204 typedef IteratorType const_iterator;
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 535 std::string IteratorType = getLowerName().str() + "_iterator";
539 OS << " typedef " << Type << "* " << IteratorType << ";\n";
540 OS << " " << IteratorType << " " << BeginFn << " const {"
542 OS << " " << IteratorType << " " << EndFn << " const {"
546 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName
    [all...]

Completed in 431 milliseconds