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

  /external/chromium_org/cc/layers/
picture_layer_impl.h 43 enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS };
48 IteratorType iterator_type;
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 519 std::string IteratorType = getLowerName().str() + "_iterator";
523 OS << " typedef " << Type << "* " << IteratorType << ";\n";
524 OS << " " << IteratorType << " " << BeginFn << " const {"
526 OS << " " << IteratorType << " " << EndFn << " const {"
530 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName
    [all...]

Completed in 76 milliseconds