Searched refs:swi (Results 1 – 2 of 2) sorted by relevance
1095 IBaz.StructWithInterface swi = new IBaz.StructWithInterface(); in client() local1096 swi.dummy = baz; in client()1097 swi.number = 12345678; in client()1098 IBaz.StructWithInterface swi_back = baz.haveSomeStructWithInterface(swi); in client()1393 public StructWithInterface haveSomeStructWithInterface(StructWithInterface swi) { in haveSomeStructWithInterface() argument1394 return swi; in haveSomeStructWithInterface()
1672 IBaz::StructWithInterface swi; in TEST_F() local1673 swi.number = 42; in TEST_F()1674 swi.array = testArray; in TEST_F()1675 swi.oneString = testString; in TEST_F()1676 swi.vectorOfStrings = testStrings; in TEST_F()1677 swi.dummy = baz; in TEST_F()1679 EXPECT_OK(baz->haveSomeStructWithInterface(swi, [&](const IBaz::StructWithInterface& swiBack) { in TEST_F()1688 EXPECT_TRUE(interfacesEqual(swi.dummy, swiBack.dummy)); in TEST_F()