Searched refs:cls2 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_callback.c | 42 struct callback_closure *cls2 = cls; in called_twice() local 44 if (cls2->called == 0) in called_twice() 48 cls2->called = 1; in called_twice() 51 if (cls2->called == 1) in called_twice() 53 cls2->called = 2; in called_twice()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_factory_test.py | 105 cls2 = factory.GetPrototype(pool.FindMessageTypeByName( 107 self.assertTrue(cls is cls2)
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 741 for cls2 in (_testcapi.HeapCTypeWithDict, _testcapi.HeapCTypeWithDict2, 743 if cls is not cls2: 744 class S(cls, cls2):
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 476 let mut cls2 = self.pop().unwrap().unwrap_class_unicode(); in visit_class_set_item_post() variables 477 cls2.union(&cls1); in visit_class_set_item_post() 478 self.push(HirFrame::ClassUnicode(cls2)); in visit_class_set_item_post() 487 let mut cls2 = self.pop().unwrap().unwrap_class_bytes(); in visit_class_set_item_post() variables 488 cls2.union(&cls1); in visit_class_set_item_post() 489 self.push(HirFrame::ClassBytes(cls2)); in visit_class_set_item_post()
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 3271 for cls2 in C, D, E, F: 3273 x.__class__ = cls2 3274 self.assertIs(x.__class__, cls2) 3326 for cls, cls2 in ((G, H), (G, I), (I, H), (Q, R), (R, Q)): 3329 x.__class__ = cls2 3330 self.assertIs(x.__class__, cls2, 3331 "assigning %r as __class__ for %r silently failed" % (cls2, x)) 3338 for cls2 in G, J, K, L, M, N, P, R, list, Int: 3339 if cls is cls2: 3341 cant(cls(), cls2) [all...] |
Completed in 13 milliseconds