Home
last modified time | relevance | path

Searched defs:MyBase (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/
H A Dbase-is-uglified.compile.pass.cpp22 struct MyBase { struct
23 using base = MyBase; argument
/aosp_15_r20/external/clang/test/Analysis/
H A DObjCRetSigs.m5 @interface MyBase interface
13 @implementation MyBase implementation
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dclass-method-lookup.m3 @interface MyBase interface
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DCustomDeserializerTest.java130 private static class MyBase { class in CustomDeserializerTest