Searched refs:self1 (Results 1 – 7 of 7) sorted by relevance
95 Selfie405 self1 = new Selfie405(1); in testIgnoredCycle() local96 self1.parent = self1; in testIgnoredCycle()101 MAPPER.writeValueAsString(self1); in testIgnoredCycle()109 String json = w.writeValueAsString(self1); in testIgnoredCycle()
90 Selfie2501 self1 = new Selfie2501(1); in testReplacedCycle() local91 self1.parent = self1; in testReplacedCycle()96 assertEquals(aposToQuotes("{'id':1,'parent':null}"), w.writeValueAsString(self1)); in testReplacedCycle()
114 self1.C
113 self1.C
49 ExampleMandA self1() { return *this; } // return by value in self1() function in ExampleMandA169 .def("self1", &ExampleMandA::self1) in TEST_SUBMODULE()
27 assert str(instance1.self1()) == "ExampleMandA[value=320]"
1770 (ReturnType::Type(_, self1), ReturnType::Type(_, other1)) => self1 == other1, in eq()