Home
last modified time | relevance | path

Searched defs:tuple1 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithTupleType.ts2 tuple1: [T, U]; property
/third_party/node/deps/v8/third_party/wasm-api/example/
Dmulti.c78 own wasm_valtype_vec_t tuple1, tuple2; in main() local
/third_party/python/Lib/unittest/
Dcase.py1081 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument
/third_party/python/Lib/test/
Dtest_itertools.py2177 def mutatingtuple(tuple1, f, tuple2): argument