Home
last modified time | relevance | path

Searched refs:IteratorType (Results 1 – 5 of 5) 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.cc111 template <class IteratorType>
113 Isolate* isolate, Handle<IteratorType> object) { in GetIteratorInternalProperties()
115 Handle<IteratorType> iterator = Handle<IteratorType>::cast(object); in GetIteratorInternalProperties()
119 case IteratorType::kKindKeys: in GetIteratorInternalProperties()
122 case IteratorType::kKindValues: in GetIteratorInternalProperties()
125 case IteratorType::kKindEntries: in GetIteratorInternalProperties()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.hpp2976 template< typename IteratorType >
2977 cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer );
2978 template< typename IteratorType >
2979 cl_int copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator );
3045 template< typename IteratorType >
3047 IteratorType startIterator, in Buffer()
3048 IteratorType endIterator, in Buffer()
3053 typedef typename std::iterator_traits<IteratorType>::value_type DataType; in Buffer()
6225 template< typename IteratorType >
6226 inline cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ) in copy()
[all …]
/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()