Searched refs:StaticBase (Results 1 – 2 of 2) sorted by relevance
35 struct StaticBase { struct40 struct DynamicFromStatic : StaticBase { argument44 struct DynamicFromVirtualStatic1 : virtual StaticBase {47 struct DynamicFromVirtualStatic2 : virtual StaticBase {67 StaticBase SB; in LocalObjects()
20 static class StaticBase<T> {} class in GenericTypeExtractorTest25 static class StaticIntImpl extends StaticBase<Integer> {}44 … assertEquals(Integer.class, genericTypeOf(StaticIntImpl.class, StaticBase.class, IBase.class)); in finds_generic_type()53 …assertEquals(String.class, genericTypeOf(new StaticBase<String>() {}.getClass(), StaticBase.class,… in finds_generic_type()