/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | iterator.h | 117 template <typename IteratorType> 120 IteratorRange(const IteratorType& b, const IteratorType& e) in IteratorRange() 122 IteratorRange(IteratorType&& b, IteratorType&& e) in IteratorRange() 125 IteratorType begin() const { return begin_; } in begin() 126 IteratorType end() const { return end_; } in end() 132 IteratorType begin_; 133 IteratorType end_; 138 template <typename IteratorType> 139 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() 140 const IteratorType& end) { in make_range() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | iterator.h | 117 template <typename IteratorType> 120 IteratorRange(const IteratorType& b, const IteratorType& e) in IteratorRange() 122 IteratorRange(IteratorType&& b, IteratorType&& e) in IteratorRange() 125 IteratorType begin() const { return begin_; } in begin() 126 IteratorType end() const { return end_; } in end() 132 IteratorType begin_; 133 IteratorType end_; 138 template <typename IteratorType> 139 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() 140 const IteratorType& end) { in make_range() [all …]
|
/external/tensorflow/tensorflow/core/example/ |
D | feature_util.h | 251 template <typename IteratorType> 252 void AppendFeatureValues(IteratorType first, IteratorType last, 255 typename std::iterator_traits<IteratorType>::value_type>::Type; 269 using IteratorType = typename ContainerType::const_iterator; 270 AppendFeatureValues<IteratorType>(container.begin(), container.end(), 276 template <typename IteratorType, typename ProtoType> 277 void AppendFeatureValues(IteratorType first, IteratorType last, 286 using IteratorType = typename ContainerType::const_iterator; 287 AppendFeatureValues<IteratorType>(container.begin(), container.end(), key, 296 using IteratorType = [all …]
|
/external/protobuf/src/google/protobuf/ |
D | reflection.h | 67 typedef typename internal::RefTypeTraits<T>::iterator IteratorType; typedef 81 typedef IteratorType iterator; 82 typedef IteratorType const_iterator; 175 typedef typename internal::RefTypeTraits<T>::iterator IteratorType; typedef 203 typedef IteratorType iterator; 204 typedef IteratorType const_iterator;
|
D | map_test.cc | 432 template <typename IteratorType> 435 IteratorType it = m->begin(); in TestOldVersusNewIterator() 438 const IteratorType old = it; in TestOldVersusNewIterator() 446 const IteratorType after_growth = m->find(old->first); in TestOldVersusNewIterator() 447 TestEqualIterators<IteratorType>(old, after_growth, m->end()); in TestOldVersusNewIterator() 461 TestEqualIterators<IteratorType>(old, m->find(old->first), m->end()); in TestOldVersusNewIterator() 462 TestEqualIterators<IteratorType>(old, after_growth, m->end()); in TestOldVersusNewIterator()
|
/external/eigen/Eigen/src/Core/ |
D | CoreIterators.h | 36 …:inner_iterator_selector<XprType, typename internal::evaluator_traits<XprType>::Kind> IteratorType; typedef 62 IteratorType m_iter;
|
/external/eigen/test/ |
D | sparse_basic.cpp | 591 typedef typename SparseMatrixType::InnerIterator IteratorType; in sparse_basic() typedef 596 IteratorType static_array[2]; in sparse_basic() 597 static_array[0] = IteratorType(m2,0); in sparse_basic() 598 static_array[1] = IteratorType(m2,m2.outerSize()-1); in sparse_basic() 604 static_array[1] = IteratorType(m2,0); in sparse_basic() 611 std::vector<IteratorType> iters(2); in sparse_basic() 612 iters[0] = IteratorType(m2,0); in sparse_basic() 613 iters[1] = IteratorType(m2,m2.outerSize()-1); in sparse_basic()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.h | 161 void BuildGetIterator(Expression* iterable, IteratorType hint); 168 IteratorType hint); 173 IteratorType hint);
|
D | bytecode-generator.cc | 856 IteratorType type = IteratorType::kNormal) in IteratorRecord() 861 inline IteratorType type() const { return type_; } in type() 866 IteratorType type_; 2486 BuildGetIteratorRecord(spread->expression(), IteratorType::kNormal); in BuildArrayLiteralSpread() 3186 IteratorType iterator_type = IsAsyncGeneratorFunction(function_kind()) in VisitYieldStar() 3187 ? IteratorType::kAsync in VisitYieldStar() 3188 : IteratorType::kNormal; in VisitYieldStar() 3252 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar() 3279 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar() 3300 if (iterator_type == IteratorType::kNormal) { in VisitYieldStar() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree.h | 71 template <typename ContainerType, typename IteratorType, typename ValueType> 339 template <typename ContainerType, typename IteratorType, typename ValueType> 343 ShapeTreeIterator(ContainerType* nodes, IteratorType node, in ShapeTreeIterator() 390 IteratorType node_;
|
/external/v8/src/builtins/ |
D | builtins-collections-gen.cc | 627 template <typename IteratorType> 644 template <typename IteratorType, typename TableType> 646 TNode<IteratorType> const iterator); 725 template <typename IteratorType> 731 Node* const iterator = AllocateInNewSpace(IteratorType::kSize); in AllocateJSCollectionIterator() 733 StoreObjectFieldRoot(iterator, IteratorType::kPropertiesOrHashOffset, in AllocateJSCollectionIterator() 735 StoreObjectFieldRoot(iterator, IteratorType::kElementsOffset, in AllocateJSCollectionIterator() 737 StoreObjectFieldNoWriteBarrier(iterator, IteratorType::kTableOffset, table); in AllocateJSCollectionIterator() 738 StoreObjectFieldNoWriteBarrier(iterator, IteratorType::kIndexOffset, in AllocateJSCollectionIterator() 1084 template <typename IteratorType, typename TableType> [all …]
|
/external/v8/src/parsing/ |
D | pattern-rewriter.cc | 447 factory()->NewVariableProxy(temp), current_value_, IteratorType::kNormal, in VisitArrayLiteral() 536 IteratorType::kNormal, kNoSourcePosition), in VisitArrayLiteral() 616 result, IteratorType::kNormal, nopos), in VisitArrayLiteral() 696 target, IteratorType::kNormal); in VisitArrayLiteral()
|
D | parser.h | 362 IteratorType type, int pos); 370 bool finalize, IteratorType type, 547 IteratorType type); 550 IteratorType type, int pos); 553 IteratorType type); 557 IteratorType type);
|
D | parser.cc | 1793 Variable* result, IteratorType type, in BuildIteratorNextResult() 1800 if (type == IteratorType::kAsync) { in BuildIteratorNextResult() 1837 IteratorType::kNormal, each->position()); in InitializeForEachStatement() 1990 Statement* body, bool finalize, IteratorType type, int next_result_pos) { in InitializeForOfStatement() 3776 Variable* var_output, IteratorType type) { in BuildIteratorClose() 3833 if (type == IteratorType::kAsync) { in BuildIteratorClose() 3876 Block* target, IteratorType type) { in FinalizeIteratorUse() 3986 IteratorType type) { in BuildIteratorCloseForCompletion() 4052 if (type == IteratorType::kAsync) { in BuildIteratorCloseForCompletion() 4080 if (type == IteratorType::kAsync) { in BuildIteratorCloseForCompletion() [all …]
|
D | preparser.h | 1413 bool finalize, IteratorType type,
|
D | parser-base.h | 6170 loop, each_variable, iterable, body, finalize, IteratorType::kAsync, in ParseForAwaitStatement()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | array_serialization.h | 36 using IteratorType = decltype( 46 decltype(Traits::GetValue(std::declval<IteratorType&>())); 61 IteratorType iter_;
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 134 template <class IteratorType> 136 Isolate* isolate, Handle<IteratorType> object) { in GetIteratorInternalProperties() 138 Handle<IteratorType> iterator = Handle<IteratorType>::cast(object); in GetIteratorInternalProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 114 template <typename InfoType, typename IteratorType> 116 IteratorType iter, in buildProgram()
|
/external/v8/src/ast/ |
D | ast.h | 2649 enum class IteratorType { kNormal, kAsync }; enum 2652 IteratorType hint() const { return hint_; } in hint() 2665 IteratorType hint, int pos) in GetIterator() 2671 GetIterator(Expression* iterable, IteratorType hint, int pos) in GetIterator() 2677 IteratorType hint_; 3302 IteratorType hint, int pos) { in NewGetIterator() 3306 GetIterator* NewGetIterator(Expression* iterable, IteratorType hint, in NewGetIterator()
|
D | prettyprinter.cc | 461 is_async_iterator_error_ = node->hint() == IteratorType::kAsync; in VisitGetIterator()
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 603 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local 607 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors() 608 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors() 610 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors() 614 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()
|