Searched refs:IteratorType (Results 1 – 4 of 4) sorted by relevance
154 template<typename IteratorType>155 BuiltProgramSp buildProgram (IteratorType progIter, const std::string& casePath) in buildProgram()
86 template <typename InfoType, typename IteratorType>88 IteratorType iter, in buildProgram()
143 template <class IteratorType>145 Isolate* isolate, Handle<IteratorType> object) { in GetIteratorInternalProperties()147 Handle<IteratorType> iterator = Handle<IteratorType>::cast(object); in GetIteratorInternalProperties()151 case IteratorType::kKindKeys: in GetIteratorInternalProperties()154 case IteratorType::kKindValues: in GetIteratorInternalProperties()157 case IteratorType::kKindEntries: in GetIteratorInternalProperties()
535 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local539 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()540 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()542 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()546 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()