Searched refs:getShorty (Results 1 – 5 of 5) sorted by relevance
66 stringPool.intern(key.getShorty()); in intern()72 @Nonnull @Override public CharSequence getShorty(@Nonnull Key key) { in getShorty() method in ProtoPool73 return key.getShorty(); in getShorty()96 public String getShorty() { in getShorty() method in ProtoPool.Key97 return MethodUtil.getShorty(method.getParameterTypes(), method.getReturnType()); in getShorty()
66 context.stringPool.internString(MethodUtil.getShorty(parameters, returnType)), in internProto()77 @Nonnull @Override public BuilderStringReference getShorty(@Nonnull BuilderProtoReference key) { in getShorty() method in BuilderProtoPool
38 @Nonnull StringKey getShorty(@Nonnull ProtoKey key); in getShorty() method
356 writer.writeInt(stringSection.getItemIndex(protoSection.getShorty(key)));
110 public static String getShorty(Collection<? extends CharSequence> params, String returnType) { in getShorty() method in MethodUtil