Searched refs:swi (Results 1 – 2 of 2) sorted by relevance
1212 IBaz.StructWithInterface swi = new IBaz.StructWithInterface(); in client() local1213 swi.dummy = baz; in client()1214 swi.number = 12345678; in client()1215 IBaz.StructWithInterface swi_back = baz.haveSomeStructWithInterface(swi); in client()1512 public StructWithInterface haveSomeStructWithInterface(StructWithInterface swi) { in haveSomeStructWithInterface() argument1513 return swi; in haveSomeStructWithInterface()
1646 IBaz::StructWithInterface swi; in TEST_F() local1647 swi.number = 42; in TEST_F()1648 swi.array = testArray; in TEST_F()1649 swi.oneString = testString; in TEST_F()1650 swi.vectorOfStrings = testStrings; in TEST_F()1651 swi.dummy = baz; in TEST_F()1653 EXPECT_OK(baz->haveSomeStructWithInterface(swi, [&](const IBaz::StructWithInterface& swiBack) { in TEST_F()1662 EXPECT_TRUE(interfacesEqual(swi.dummy, swiBack.dummy)); in TEST_F()