Home
last modified time | relevance | path

Searched defs:iterable (Results 1 - 25 of 38) sorted by relevance

12

/third_party/jerryscript/tests/jerry/es2015/
H A Darray-pattern.js265 var iterable = {}; function
H A Darray-from.js306 var iterable = {}; function
/third_party/skia/third_party/externals/tint/src/utils/
H A Dreverse.h31 T& iterable; member
57 detail::ReverseIterable<T> Reverse(T&& iterable) { in Reverse() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal-gen.cc92 auto iterable = Parameter<Object>(Descriptor::kIterable); in TF_BUILTIN() local
28 TemporalInstantFixedArrayFromIterable( TNode<Context> context, TNode<Object> iterable) TemporalInstantFixedArrayFromIterable() argument
H A Dbuiltins-iterator-gen.cc183 auto iterable = Parameter<Object>(Descriptor::kIterable); in TF_BUILTIN() local
191 auto iterable = Parameter<Object>(Descriptor::kIterable); in TF_BUILTIN() local
134 IterableToList( TNode<Context> context, TNode<Object> iterable, TNode<Object> iterator_fn) IterableToList() argument
141 IterableToFixedArray( TNode<Context> context, TNode<Object> iterable, TNode<Object> iterator_fn) IterableToFixedArray() argument
149 FillFixedArrayFromIterable( TNode<Context> context, TNode<Object> iterable, TNode<Object> iterator_fn, GrowableFixedArray* values) FillFixedArrayFromIterable() argument
200 auto iterable = Parameter<Object>(Descriptor::kIterable); TF_BUILTIN() local
221 StringListFromIterable( TNode<Context> context, TNode<Object> iterable) StringListFromIterable() argument
287 auto iterable = Parameter<Object>(Descriptor::kIterable); TF_BUILTIN() local
294 auto iterable = Parameter<Object>(Descriptor::kIterable); TF_BUILTIN() local
310 auto iterable = Parameter<Object>(Descriptor::kIterable); TF_BUILTIN() local
324 FastIterableToList( TNode<Context> context, TNode<Object> iterable, TVariable<JSArray>* var_result, Label* slow) FastIterableToList() argument
364 state(), iterable, context, &map_fast_call, &check_set); FastIterableToList() local
375 BranchIfIterableWithOriginalValueSetIterator(state(), iterable, context, FastIterableToList() local
387 FastIterableToList( TNode<Context> context, TNode<Object> iterable, Label* slow) FastIterableToList() argument
407 auto iterable = Parameter<Object>(Descriptor::kIterable); TF_BUILTIN() local
445 auto iterable = Parameter<Object>(Descriptor::kIterable); TF_BUILTIN() local
[all...]
H A Dbuiltins-collections-gen.cc303 TNode<Object> iterable = args.GetOptionalArgumentValue(kIterableArg); in GenerateConstructor() local
183 AddConstructorEntriesFromIterable( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<Object> iterable) AddConstructorEntriesFromIterable() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DObjectContentHasher.h64 constexpr void RecordIterable(const IteratorT& iterable) { in RecordIterable() argument
/third_party/python/Objects/clinic/
H A Denumobject.c.h33 PyObject *iterable; in enum_new() local
H A Dtupleobject.c.h78 PyObject *iterable = NULL; in tuple_new() local
H A Ddictobject.c.h21 PyObject *iterable; in dict_fromkeys() local
H A Dlistobject.c.h300 PyObject *iterable = NULL; in list___init__() local
/third_party/python/Modules/clinic/
H A D_collectionsmodule.c.h23 PyObject *iterable; in _collections__count_elements() local
H A Dmathmodule.c.h680 PyObject *iterable; in math_prod() local
H A Ditertoolsmodule.c.h20 PyObject *iterable; in pairwise_new() local
165 PyObject *iterable; itertools__tee() local
198 PyObject *iterable; itertools_tee() local
240 PyObject *iterable; itertools_cycle() local
385 PyObject *iterable; itertools_combinations() local
433 PyObject *iterable; itertools_combinations_with_replacement() local
481 PyObject *iterable; itertools_permutations() local
520 PyObject *iterable; itertools_accumulate() local
[all...]
/third_party/python/Objects/stringlib/
H A Djoin.h8 STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable) in bytes_join() argument
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
H A Dwriter.js
/third_party/python/Objects/
H A Denumobject.c44 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() argument
H A Dtupleobject.c698 tuple_new_impl(PyTypeObject *type, PyObject *iterable) in tuple_new_impl() argument
734 tuple_subtype_new(PyTypeObject *type, PyObject *iterable) in tuple_subtype_new() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-promise.c493 ecma_builtin_promise_race_or_all(ecma_value_t this_arg, ecma_value_t iterable, bool is_race) ecma_builtin_promise_race_or_all() argument
/third_party/python/Lib/test/
H A Dtest_heapq.py205 def iterable(): function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java659 static <T> Iterable<T> iterable() { in iterable() method in SmallSortedMap.EmptySet
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.c410 ecma_value_t iterable = arguments_list_p[0]; in ecma_op_container_create() local
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java1060 hasNoMatches(Iterable<PhoneNumberMatch> iterable) hasNoMatches() argument
[all...]
/third_party/python/Python/clinic/
H A Dbltinmodule.c.h960 PyObject *iterable; builtin_sum() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2355 TNode<Object> iterable = GetAccumulator(); in IGNITION_HANDLER() local

Completed in 21 milliseconds

12