Searched defs:typeUrl (Results 1 – 5 of 5) sorted by relevance
74 public final Descriptor getDescriptorForTypeUrl(String typeUrl) in getDescriptorForTypeUrl()85 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName()
371 String typeUrl = (String) message.getField(typeUrlField); in printAny() local2181 String typeUrl = typeUrlBuilder.toString(); in mergeAnyFieldValue() local
63 public static string GetTypeName(string typeUrl) in GetTypeName()
124 public void GetTypeName(string typeUrl, string expectedTypeName) in GetTypeName()
530 Descriptor getDescriptorForTypeUrl(String typeUrl) throws InvalidProtocolBufferException { in getDescriptorForTypeUrl()881 String typeUrl = (String) message.getField(typeUrlField); in printAny() local989 private void print(MessageOrBuilder message, String typeUrl) throws IOException { in print()1289 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName()1531 String typeUrl = typeUrlElement.getAsString(); in mergeAny() local