Searched defs:Iterable (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | generatorOverloads3.js | 3 *f(s: string): Iterable<any>; field in C 4 *f(s: number): Iterable<any>; field in C 5 *f(s: any): Iterable<any> { } field in C
|
D | generatorOverloads4.js | 3 f(s: string): Iterable<any>; field in C 4 f(s: number): Iterable<any>; field in C 5 *f(s: any): Iterable<any> { } field in C
|
/third_party/jinja2/ |
D | filters.py | 555 value: t.Iterable, 613 value: t.Union[t.AsyncIterable, t.Iterable], 1419 context: "Context", value: t.Iterable, name: str, *args: t.Any, **kwargs: t.Any 1427 value: t.Iterable, 1437 context: "Context", value: t.Iterable, *args: t.Any, **kwargs: t.Any 1488 value: t.Union[t.AsyncIterable, t.Iterable], 1499 value: t.Union[t.AsyncIterable, t.Iterable], 1510 value: t.Union[t.AsyncIterable, t.Iterable],
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 336 class Iterable(object): class 360 class Iterable(object): class
|
/third_party/typescript/lib/ |
D | lib.es2015.iterable.d.ts | 50 interface Iterable<T> { interface
|
/third_party/typescript/src/lib/ |
D | es2015.iterable.d.ts | 30 interface Iterable<T> { interface
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 52 'Iterable': property
|
/third_party/python/Lib/ |
D | _collections_abc.py | 253 class Iterable(metaclass=ABCMeta): class
|
D | typing.py | 2076 Iterable = _alias(collections.abc.Iterable, 1) variable
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-iter.hh | 283 #define hb_is_iterable(Iterable) hb_is_iterable<Iterable>::value argument
|
/third_party/python/Lib/test/ |
D | test_coroutines.py | 1627 class Iterable: class
|