Home
last modified time | relevance | path

Searched defs:StaticBase (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
Dstrict-vtable-pointers.cpp35 struct StaticBase { struct
40 struct DynamicFromStatic : StaticBase { argument
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DGenericTypeExtractorTest.java20 static class StaticBase<T> {} class in GenericTypeExtractorTest