Searched defs:SubFoo (Results 1 – 2 of 2) sorted by relevance
5 struct SubFoo { struct6 int bar1;7 int bar2;20 struct SubFoo { struct21 int bar1;22 int bar2;
20 @interface SubFoo : Foo interface24 @implementation SubFoo implementation