Home
last modified time | relevance | path

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

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