Searched defs:typeProto (Results 1 – 4 of 4) sorted by relevance
55 public static Iterable<TypeProto> getSuperclassChain(@Nonnull final TypeProto typeProto) { in getSuperclassChain()
120 TypeProto typeProto = classPath.getClass(className); in parseAndResolveInlineMethod() local
425 TypeProto typeProto = thisChain.get(i); in getCommonSuperclass() local
311 public static RegisterType getRegisterType(byte category, @Nullable TypeProto typeProto) { in getRegisterType()