Searched refs:IteratorType (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 154 template<typename IteratorType> 155 BuiltProgramSp buildProgram (IteratorType progIter, const std::string& casePath) in buildProgram()
|
D | vktTestPackage.cpp | 86 template <typename InfoType, typename IteratorType> 88 IteratorType iter, in buildProgram()
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 111 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/ |
D | cl.hpp | 2976 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/ |
D | ClangAttrEmitter.cpp | 535 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()
|