| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | array-pattern.js | 265 var iterable = {}; function
|
| H A D | array-from.js | 306 var iterable = {}; function
|
| /third_party/skia/third_party/externals/tint/src/utils/ |
| H A D | reverse.h | 31 T& iterable; member 57 detail::ReverseIterable<T> Reverse(T&& iterable) { in Reverse() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-temporal-gen.cc | 92 auto iterable = Parameter<Object>(Descriptor::kIterable); in TF_BUILTIN() local 28 TemporalInstantFixedArrayFromIterable( TNode<Context> context, TNode<Object> iterable) TemporalInstantFixedArrayFromIterable() argument
|
| H A D | builtins-iterator-gen.cc | 183 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 D | builtins-collections-gen.cc | 303 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 D | ObjectContentHasher.h | 64 constexpr void RecordIterable(const IteratorT& iterable) { in RecordIterable() argument
|
| /third_party/python/Objects/clinic/ |
| H A D | enumobject.c.h | 33 PyObject *iterable; in enum_new() local
|
| H A D | tupleobject.c.h | 78 PyObject *iterable = NULL; in tuple_new() local
|
| H A D | dictobject.c.h | 21 PyObject *iterable; in dict_fromkeys() local
|
| H A D | listobject.c.h | 300 PyObject *iterable = NULL; in list___init__() local
|
| /third_party/python/Modules/clinic/ |
| H A D | _collectionsmodule.c.h | 23 PyObject *iterable; in _collections__count_elements() local
|
| H A D | mathmodule.c.h | 680 PyObject *iterable; in math_prod() local
|
| H A D | itertoolsmodule.c.h | 20 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 D | join.h | 8 STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable) in bytes_join() argument
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
| H A D | writer.js | |
| /third_party/python/Objects/ |
| H A D | enumobject.c | 44 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() argument
|
| H A D | tupleobject.c | 698 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 D | ecma-builtin-promise.c | 493 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 D | test_heapq.py | 205 def iterable(): function
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | SmallSortedMap.java | 659 static <T> Iterable<T> iterable() { in iterable() method in SmallSortedMap.EmptySet
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-container-object.c | 410 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 D | PhoneNumberMatcherTest.java | 1060 hasNoMatches(Iterable<PhoneNumberMatch> iterable) hasNoMatches() argument [all...] |
| /third_party/python/Python/clinic/ |
| H A D | bltinmodule.c.h | 960 PyObject *iterable; builtin_sum() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 2355 TNode<Object> iterable = GetAccumulator(); in IGNITION_HANDLER() local
|