Home
last modified time | relevance | path

Searched defs:typeUrl (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTypeRegistry.java74 public final Descriptor getDescriptorForTypeUrl(String typeUrl) in getDescriptorForTypeUrl()
85 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName()
DTextFormat.java371 String typeUrl = (String) message.getField(typeUrlField); in printAny() local
2181 String typeUrl = typeUrlBuilder.toString(); in mergeAnyFieldValue() local
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs63 public static string GetTypeName(string typeUrl) in GetTypeName()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs124 public void GetTypeName(string typeUrl, string expectedTypeName) in GetTypeName()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java530 Descriptor getDescriptorForTypeUrl(String typeUrl) throws InvalidProtocolBufferException { in getDescriptorForTypeUrl()
881 String typeUrl = (String) message.getField(typeUrlField); in printAny() local
989 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