Home
last modified time | relevance | path

Searched defs:tuple2 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/example/
Dmulti.c78 own wasm_valtype_vec_t tuple1, tuple2; in main() local
/third_party/typescript/tests/baselines/reference/
DtupleTypes.js89 function tuple2(item0, item1) { function
/third_party/python/Lib/test/
Dtest_pprint.py26 class tuple2(tuple): class
Dtest_itertools.py2142 def mutatingtuple(tuple1, f, tuple2): argument
/third_party/python/Lib/unittest/
Dcase.py1053 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument