/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-iterator-prototype.c | 126 uint8_t iterator_type = ext_obj_p->u.pseudo_array.extra_info; in ecma_builtin_array_iterator_prototype_object_next() local 128 if (iterator_type == ECMA_ITERATOR_KEYS) in ecma_builtin_array_iterator_prototype_object_next() 146 if (iterator_type == ECMA_ITERATOR_VALUES) in ecma_builtin_array_iterator_prototype_object_next() 153 JERRY_ASSERT (iterator_type == ECMA_ITERATOR_KEYS_VALUES); in ecma_builtin_array_iterator_prototype_object_next()
|
/third_party/json/include/nlohmann/detail/input/ |
D | input_adapters.hpp | 336 using iterator_type = IteratorType; typedef 337 using char_type = typename std::iterator_traits<iterator_type>::value_type; 338 using adapter_type = iterator_input_adapter<iterator_type>; 359 using iterator_type = IteratorType; typedef 360 using char_type = typename std::iterator_traits<iterator_type>::value_type; 361 using base_adapter_type = iterator_input_adapter<iterator_type>;
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-iterator-object.c | 138 … uint8_t iterator_type, /**< iterator type, see ecma_pseudo_array_type_t */ in ecma_op_create_iterator_object() argument 142 …JERRY_ASSERT (iterator_type >= ECMA_PSEUDO_ARRAY_ITERATOR && iterator_type <= ECMA_PSEUDO_ARRAY__M… in ecma_op_create_iterator_object() 150 ext_obj_p->u.pseudo_array.type = iterator_type; in ecma_op_create_iterator_object()
|
D | ecma-container-object.h | 48 … ecma_builtin_id_t proto_id, ecma_pseudo_array_type_t iterator_type); 49 …_t ecma_op_container_iterator_next (ecma_value_t this_val, ecma_pseudo_array_type_t iterator_type);
|
D | ecma-iterator-object.h | 48 uint8_t iterator_type, uint8_t extra_info);
|
D | ecma-container-object.c | 1038 … ecma_pseudo_array_type_t iterator_type) /**< type of the iterator */ in ecma_op_container_create_iterator() argument 1049 (uint8_t) iterator_type, in ecma_op_container_create_iterator() 1122 … ecma_pseudo_array_type_t iterator_type) /**< type of the iterator */ in ecma_op_container_iterator_next() argument 1133 || ext_obj_p->u.pseudo_array.type != iterator_type) in ecma_op_container_iterator_next()
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-report0.txt | 125 …[C] 'method sigc::internal::signal_impl::iterator_type sigc::internal::signal_impl::connect(const … 135 …d sigc::internal::signal_impl::iterator_type sigc::internal::signal_impl::erase(sigc::internal::si… 141 … sigc::internal::signal_impl::iterator_type sigc::internal::signal_impl::insert(sigc::internal::si… 207 …[C] 'method sigc::signal_base::iterator_type sigc::signal_base::connect(const sigc::slot_base&)' h… 209 … underlying type 'typedef sigc::internal::signal_impl::iterator_type' changed, as reported earlier 216 …[C] 'method sigc::signal_base::iterator_type sigc::signal_base::erase(sigc::signal_base::iterator_… 218 … underlying type 'typedef sigc::internal::signal_impl::iterator_type' changed, as reported earlier 229 …[C] 'method sigc::signal_base::iterator_type sigc::signal_base::insert(sigc::signal_base::iterator… 231 … underlying type 'typedef sigc::internal::signal_impl::iterator_type' changed, as reported earlier
|
D | test-PR18791-v1.so.abi | 1774 …<typedef-decl name='iterator_type' type-id='type-id-56' filepath='../sigc++/signal_base.h' line='4… 2098 …<typedef-decl name='iterator_type' type-id='type-id-158' filepath='../sigc++/signal_base.h' line='…
|
D | test-PR18791-v0.so.abi | 1703 …<typedef-decl name='iterator_type' type-id='type-id-108' filepath='../sigc++/signal_base.h' line='… 2027 …<typedef-decl name='iterator_type' type-id='type-id-168' filepath='../sigc++/signal_base.h' line='…
|
/third_party/json/include/nlohmann/detail/iterators/ |
D | json_reverse_iterator.hpp | 44 explicit json_reverse_iterator(const typename base_iterator::iterator_type& it) noexcept in json_reverse_iterator()
|
/third_party/gn/src/base/strings/ |
D | string_number_conversions.cc | 135 typedef typename traits::iterator_type const_iterator; 250 typedef ITERATOR iterator_type; typedef in base::__anon27366c2a0111::BaseIteratorRangeToNumberTraits
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 4562 std::string iterator_declaration = " " + var_iterator->second.iterator_type + in test_shader_compilation() 4577 … " iterator += " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation() 4594 var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation() 5317 var_iterator->second.iterator_type + "(multiplier_array[i % 64u]);\n"; in test_shader_compilation() 5333 var_iterator->second.specific_element + "!= " + var_iterator->second.iterator_type + in test_shader_compilation() 9059 std::string iterator_declaration = " " + var_iterator->second.iterator_type + in test_shader_compilation() 9079 … " iterator += " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation() 9090 … " iterator -= " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation() 9109 var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation() 9940 var_iterator->second.iterator_type + "(multiplier_array[i % 64u]);\n"; in test_shader_compilation() [all …]
|
D | es31cArrayOfArraysTests.hpp | 114 std::string iterator_type; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 116 typedef RootIt iterator_type; typedef
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 5663 using iterator_type = IteratorType; typedef 5664 using char_type = typename std::iterator_traits<iterator_type>::value_type; 5665 using adapter_type = iterator_input_adapter<iterator_type>; 5686 using iterator_type = IteratorType; typedef 5687 using char_type = typename std::iterator_traits<iterator_type>::value_type; 5688 using base_adapter_type = iterator_input_adapter<iterator_type>; 12274 explicit json_reverse_iterator(const typename base_iterator::iterator_type& it) noexcept in json_reverse_iterator()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 12952 typedef _Iterator iterator_type; typedef in std::reverse_iterator 12969 reverse_iterator(iterator_type __x) : current(__x) { } in reverse_iterator() 12988 iterator_type 13440 typedef _Iterator iterator_type; typedef in __gnu_cxx::__normal_iterator 13667 typedef _Iterator iterator_type; typedef in std::move_iterator 13683 move_iterator(iterator_type __i) in move_iterator() 13690 iterator_type 33236 typedef ArrayIterator<Element, ArrayType> iterator_type; typedef in mozilla::ArrayIterator 33250 ArrayIterator(const iterator_type& aOther) in ArrayIterator() 33255 iterator_type& operator=(const iterator_type& aOther) { in operator =() [all …]
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test30-pr18904-rvalueref-report2.txt | 1118 …[A] 'method std::move_iterator<const VarTable::Entry**>::iterator_type std::move_iterator<const Va… 1119 …onst VarTable::Entry**>::move_iterator(std::move_iterator<const VarTable::Entry**>::iterator_type)'
|
D | test30-pr18904-rvalueref-report1.txt | 1118 …[A] 'method std::move_iterator<const VarTable::Entry**>::iterator_type std::move_iterator<const Va… 1119 …onst VarTable::Entry**>::move_iterator(std::move_iterator<const VarTable::Entry**>::iterator_type)'
|
D | test30-pr18904-rvalueref-report0.txt | 1118 …[A] 'method std::move_iterator<const VarTable::Entry**>::iterator_type std::move_iterator<const Va… 1119 …onst VarTable::Entry**>::move_iterator(std::move_iterator<const VarTable::Entry**>::iterator_type)'
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test11-pr18828.so.abi | 5701 …<typedef-decl name='iterator_type' type-id='type-id-1979' filepath='/usr/include/c++/4.9/bits/stl_… 5760 …<typedef-decl name='iterator_type' type-id='type-id-659' filepath='/usr/include/c++/4.9/bits/stl_i… 5798 …<typedef-decl name='iterator_type' type-id='type-id-662' filepath='/usr/include/c++/4.9/bits/stl_i… 7821 …<typedef-decl name='iterator_type' type-id='type-id-132' filepath='/usr/include/c++/4.9/bits/stl_i… 7832 …<typedef-decl name='iterator_type' type-id='type-id-2590' filepath='/usr/include/c++/4.9/bits/stl_… 7843 …<typedef-decl name='iterator_type' type-id='type-id-2593' filepath='/usr/include/c++/4.9/bits/stl_… 7854 …<typedef-decl name='iterator_type' type-id='type-id-1979' filepath='/usr/include/c++/4.9/bits/stl_… 11255 …<typedef-decl name='iterator_type' type-id='type-id-1106' filepath='/usr/include/c++/4.9/bits/stl_… 11310 …<typedef-decl name='iterator_type' type-id='type-id-1979' filepath='/usr/include/c++/4.9/bits/stl_…
|
D | test-libandroid.so.abi | 10292 …<typedef-decl name='iterator_type' type-id='69add6a9' filepath='external/libcxx/include/iterator' … 10322 …<typedef-decl name='iterator_type' type-id='53ec7eed' filepath='external/libcxx/include/iterator' … 19372 …<typedef-decl name='iterator_type' type-id='f2ba9af4' filepath='external/libcxx/include/iterator' … 31190 …<typedef-decl name='iterator_type' type-id='7ca38ee4' filepath='external/libcxx/include/iterator' … 40412 …<typedef-decl name='iterator_type' type-id='916c2c0f' filepath='external/libcxx/include/iterator' …
|
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 21468 …<typedef-decl name='iterator_type' type-id='type-id-828' filepath='/tmp/legendre/spack-stage/spack… 21506 …<typedef-decl name='iterator_type' type-id='type-id-822' filepath='/tmp/legendre/spack-stage/spack… 21544 …<typedef-decl name='iterator_type' type-id='type-id-838' filepath='/tmp/legendre/spack-stage/spack… 21582 …<typedef-decl name='iterator_type' type-id='type-id-844' filepath='/tmp/legendre/spack-stage/spack… 31345 …<typedef-decl name='iterator_type' type-id='type-id-828' filepath='/tmp/legendre/spack-stage/spack… 31383 …<typedef-decl name='iterator_type' type-id='type-id-822' filepath='/tmp/legendre/spack-stage/spack… 31773 …<typedef-decl name='iterator_type' type-id='type-id-838' filepath='/tmp/legendre/spack-stage/spack… 31811 …<typedef-decl name='iterator_type' type-id='type-id-844' filepath='/tmp/legendre/spack-stage/spack…
|
D | test16-pr18904.so.abi | 13135 …<typedef-decl name='iterator_type' type-id='type-id-1748' filepath='/export/users/iverbin/gcc_buil…
|
D | test12-pr18844.so.abi | 26742 …<typedef-decl name='iterator_type' type-id='type-id-1630' filepath='/usr/bin/../lib/gcc/x86_64-lin…
|