Searched defs:tuple2 (Results 1 – 5 of 5) sorted by relevance
77 function tuple2(item0, item1) { function
156 auto tuple2 = make_tuple->cast<CNodePtr>()->input(1); in TEST_F() local212 auto tuple2 = make_tuple->cast<CNodePtr>()->input(1); in TEST_F() local
26 class tuple2(tuple): class
2142 def mutatingtuple(tuple1, f, tuple2): argument
1053 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument