Uses of Class
com.google.protobuf.generated.DescriptorProtos.SourceCodeInfo.Location
Packages that use DescriptorProtos.SourceCodeInfo.Location
-
Uses of DescriptorProtos.SourceCodeInfo.Location in com.google.protobuf.generated
Methods in com.google.protobuf.generated that return DescriptorProtos.SourceCodeInfo.LocationModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Location.Builder.build()
DescriptorProtos.SourceCodeInfo.Location.Builder.buildPartial()
DescriptorProtos.SourceCodeInfo.Location.getDefaultInstance()
DescriptorProtos.SourceCodeInfo.Location.Builder.getDefaultInstanceForType()
DescriptorProtos.SourceCodeInfo.Location.getDefaultInstanceForType()
DescriptorProtos.SourceCodeInfo.Builder.getLocation
(int index) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.getLocation
(int index) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfoOrBuilder.getLocation
(int index) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Location.parseDelimitedFrom
(InputStream input) DescriptorProtos.SourceCodeInfo.Location.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(byte[] data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(InputStream input) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteBuffer data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.SourceCodeInfo.LocationModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.getLocationList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.getLocationList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfoOrBuilder.getLocationList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.com.google.protobuf.Parser
<DescriptorProtos.SourceCodeInfo.Location> DescriptorProtos.SourceCodeInfo.Location.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.SourceCodeInfo.Location> DescriptorProtos.SourceCodeInfo.Location.parser()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.SourceCodeInfo.LocationModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addLocation
(int index, DescriptorProtos.SourceCodeInfo.Location value) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.addLocation
(DescriptorProtos.SourceCodeInfo.Location value) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom
(DescriptorProtos.SourceCodeInfo.Location other) DescriptorProtos.SourceCodeInfo.Location.newBuilder
(DescriptorProtos.SourceCodeInfo.Location prototype) DescriptorProtos.SourceCodeInfo.Builder.setLocation
(int index, DescriptorProtos.SourceCodeInfo.Location value) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.Method parameters in com.google.protobuf.generated with type arguments of type DescriptorProtos.SourceCodeInfo.LocationModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addAllLocation
(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.