Searched defs:getShorty (Results 1 – 4 of 4) sorted by relevance
37 @Nonnull StringKey getShorty(@Nonnull ProtoKey key); in getShorty() method
59 @Nonnull @Override public CharSequence getShorty(@Nonnull MethodProtoReference reference) { in getShorty() method in ProtoPool
76 …@Nonnull @Override public BuilderStringReference getShorty(@Nonnull BuilderMethodProtoReference pr… in getShorty() method in BuilderProtoPool
109 public static String getShorty(Collection<? extends CharSequence> params, String returnType) { in getShorty() method in MethodUtil