Home
last modified time | relevance | path

Searched refs:IteratorType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp154 template<typename IteratorType>
155 BuiltProgramSp buildProgram (IteratorType progIter, const std::string& casePath) in buildProgram()
DvktTestPackage.cpp86 template <typename InfoType, typename IteratorType>
88 IteratorType iter, in buildProgram()
/external/v8/src/runtime/
Druntime-debug.cc143 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()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp535 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local
539 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()