Searched refs:CFoo (Results 1 – 2 of 2) sorted by relevance
13 typedef const Foo CFoo; typedef67 memset(&foo, 0, sizeof(CFoo)); in f()
376 final Constructor<CFoo> constructor = CFoo.class.getDeclaredConstructor(); in testInterfaceToImplementationConstructor()388 public static class CFoo implements IFoo {} class in BindingTest