Home
last modified time | relevance | path

Searched refs:tuple2 (Results 1 - 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtupleTypes.js27 function tuple2<T0, T1>(item0: T0, item1: T1): [T0, T1]{
31 var tt = tuple2(1, "string");
39 tt = tuple2(1, undefined);
89 function tuple2(item0, item1) { function
92 var tt = tuple2(1, "string");
99 tt = tuple2(1, undefined);
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmulti.c78 own wasm_valtype_vec_t tuple1, tuple2; in main() local
80 wasm_valtype_vec_copy(&tuple2, &tuple1); in main()
81 own wasm_functype_t* callback_type = wasm_functype_new(&tuple1, &tuple2); in main()
/third_party/python/Lib/test/
H A Dtest_pprint.py27 class tuple2(tuple): class
229 (), tuple2(), tuple3(),
238 tuple2((1,2)), tuple3((1,2)), tuple3(range(100)),
306 for type in [tuple, tuple2]:
H A Dtest_itertools.py2177 def mutatingtuple(tuple1, f, tuple2):
2179 # then calls f(t), then mutates t to be equal to tuple2
2180 # (needs len(tuple1) == len(tuple2)).
2186 items = list(tuple2)
/third_party/node/deps/v8/src/objects/
H A Dobjects-definitions.h168 V(_, TUPLE2_TYPE, Tuple2, tuple2) \
/third_party/python/Lib/unittest/
H A Dcase.py1081 def assertTupleEqual(self, tuple1, tuple2, msg=None):
1086 tuple2: The second tuple to compare.
1090 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)

Completed in 11 milliseconds