Home
last modified time | relevance | path

Searched refs:iterator_type (Results 1 - 15 of 15) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-iterator-prototype.c126 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/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.h48 ecma_builtin_id_t proto_id, ecma_pseudo_array_type_t iterator_type);
49 ecma_value_t ecma_op_container_iterator_next (ecma_value_t this_val, ecma_pseudo_array_type_t iterator_type);
H A Decma-iterator-object.c138 uint8_t iterator_type, /**< iterator type, see ecma_pseudo_array_type_t */ in ecma_op_create_iterator_object()
142 JERRY_ASSERT (iterator_type >= ECMA_PSEUDO_ARRAY_ITERATOR && iterator_type <= ECMA_PSEUDO_ARRAY__MAX); in ecma_op_create_iterator_object()
150 ext_obj_p->u.pseudo_array.type = iterator_type; in ecma_op_create_iterator_object()
136 ecma_op_create_iterator_object(ecma_value_t iterated_value, ecma_object_t *prototype_obj_p, uint8_t iterator_type, uint8_t extra_info) ecma_op_create_iterator_object() argument
H A Decma-iterator-object.h48 uint8_t iterator_type, uint8_t extra_info);
H A Decma-container-object.c1038 ecma_pseudo_array_type_t iterator_type) /**< type of the iterator */ in ecma_op_container_create_iterator()
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()
1133 || ext_obj_p->u.pseudo_array.type != iterator_type) in ecma_op_container_iterator_next()
1033 ecma_op_container_create_iterator(ecma_value_t this_arg, uint8_t type, lit_magic_string_id_t lit_id, ecma_builtin_id_t proto_id, ecma_pseudo_array_type_t iterator_type) ecma_op_container_create_iterator() argument
1121 ecma_op_container_iterator_next(ecma_value_t this_val, ecma_pseudo_array_type_t iterator_type) ecma_op_container_iterator_next() argument
/third_party/json/include/nlohmann/detail/input/
H A Dinput_adapters.hpp346 using iterator_type = IteratorType;
347 using char_type = typename std::iterator_traits<iterator_type>::value_type;
348 using adapter_type = iterator_input_adapter<iterator_type>;
369 using iterator_type = IteratorType;
370 using char_type = typename std::iterator_traits<iterator_type>::value_type;
371 using base_adapter_type = iterator_input_adapter<iterator_type>;
/third_party/json/include/nlohmann/detail/iterators/
H A Djson_reverse_iterator.hpp54 explicit json_reverse_iterator(const typename base_iterator::iterator_type& it) noexcept
/third_party/gn/src/base/strings/
H A Dstring_number_conversions.cc126 // - a typedef for iterator_type, the iterator type used as input.
135 typedef typename traits::iterator_type const_iterator;
250 typedef ITERATOR iterator_type; typedef in base::__anon2852::BaseIteratorRangeToNumberTraits
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp4564 std::string iterator_declaration = " " + var_iterator->second.iterator_type + in test_shader_compilation()
4579 " iterator += " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
4596 var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
5319 var_iterator->second.iterator_type + "(multiplier_array[i % 64u]);\n"; in test_shader_compilation()
5335 var_iterator->second.specific_element + "!= " + var_iterator->second.iterator_type + in test_shader_compilation()
9061 std::string iterator_declaration = " " + var_iterator->second.iterator_type + in test_shader_compilation()
9081 " iterator += " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
9092 " iterator -= " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
9111 var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
9942 var_iterator->second.iterator_type in test_shader_compilation()
[all...]
H A Des31cArrayOfArraysTests.hpp114 std::string iterator_type; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h116 typedef RootIt iterator_type; typedef in llvm::mapped_iterator
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc4825 IteratorType iterator_type = IsAsyncGeneratorFunction(function_kind()) in VisitYieldStar() local
4835 iterator_and_input[0], iterator_type); in VisitYieldStar()
4891 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar()
4920 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar()
4941 if (iterator_type == IteratorType::kNormal) { in VisitYieldStar()
4945 DCHECK_EQ(iterator_type, IteratorType::kAsync); in VisitYieldStar()
4985 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp5543 using iterator_type = IteratorType;
5544 using char_type = typename std::iterator_traits<iterator_type>::value_type;
5545 using adapter_type = iterator_input_adapter<iterator_type>;
5566 using iterator_type = IteratorType;
5567 using char_type = typename std::iterator_traits<iterator_type>::value_type;
5568 using base_adapter_type = iterator_input_adapter<iterator_type>;
12154 explicit json_reverse_iterator(const typename base_iterator::iterator_type& it) noexcept
/third_party/json/single_include/nlohmann/
H A Djson.hpp6415 using iterator_type = IteratorType;
6416 using char_type = typename std::iterator_traits<iterator_type>::value_type;
6417 using adapter_type = iterator_input_adapter<iterator_type>;
6438 using iterator_type = IteratorType;
6439 using char_type = typename std::iterator_traits<iterator_type>::value_type;
6440 using base_adapter_type = iterator_input_adapter<iterator_type>;
13596 explicit json_reverse_iterator(const typename base_iterator::iterator_type& it) noexcept
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp12952 typedef _Iterator iterator_type;
12969 reverse_iterator(iterator_type __x) : current(__x) { }
12988 iterator_type
13440 typedef _Iterator iterator_type;
13667 typedef _Iterator iterator_type;
13683 move_iterator(iterator_type __i)
13690 iterator_type
33236 typedef ArrayIterator<Element, ArrayType> iterator_type;
33250 ArrayIterator(const iterator_type& aOther)
33255 iterator_type
[all...]

Completed in 108 milliseconds