HomeSort by relevance Sort by last modified time
    Searched refs:Superclass (Results 1 - 24 of 24) sorted by null

  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 276 static abstract class Superclass<T extends ErasedType> {
282 public static class Impl extends Superclass<RetType> implements Interface {
  /art/dexlayout/
dex_verify.cc 230 uint32_t orig_super = orig->Superclass() == nullptr ? 0 : orig->Superclass()->GetIndex();
231 uint32_t output_super = output->Superclass() == nullptr ? 0 : output->Superclass()->GetIndex();
    [all...]
dex_visualize.cc 265 // Superclass type id.
266 dumper->DumpTypeId(class_def->Superclass(), class_index);
dexlayout.cc 646 uint32_t superclass_idx = class_def->Superclass() == nullptr ?
647 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex();
1622 const dex_ir::TypeId* superclass = class_def->Superclass(); local
    [all...]
dex_writer.cc 590 class_def_buffer[2] = class_def->Superclass() == nullptr ? dex::kDexNoIndex :
591 class_def->Superclass()->GetIndex();
    [all...]
dex_ir.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h 27 HRESULT WINAPI CreateClassEnum(const BSTR Superclass,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORTED;};
28 HRESULT WINAPI CreateClassEnumAsync(const BSTR Superclass,__LONG32 lFlags,IWbemContext *pCtx,IWbemObjectSink *pResponseHandler) {return WBEM_E_NOT_SUPPORTED;};
  /tools/metalava/src/test/java/com/android/tools/metalava/
ApiFileTest.kt 42 What if the superclass is abstract?
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 580 /// The superclass of a type.
581 Superclass,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 595 /// The superclass of a type.
596 Superclass,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h 598 /// The superclass of a type.
599 Superclass,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h 598 /// The superclass of a type.
599 Superclass,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 595 /// The superclass of a type.
596 Superclass,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h 598 /// The superclass of a type.
599 Superclass,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h 598 /// The superclass of a type.
599 Superclass,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Type.h 596 /// The superclass of a type.
597 Superclass,
    [all...]

Completed in 246 milliseconds