Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Packages that use DescriptorProtos.SourceCodeInfo.Location
-
Uses of DescriptorProtos.SourceCodeInfo.Location in com.google.protobuf
Methods in com.google.protobuf 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) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.getLocation
(int index) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfoOrBuilder.getLocation
(int index) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
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 that return types with arguments of type DescriptorProtos.SourceCodeInfo.LocationModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.getLocationList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.getLocationList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfoOrBuilder.getLocationList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
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 with parameters of type DescriptorProtos.SourceCodeInfo.LocationModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addLocation
(int index, DescriptorProtos.SourceCodeInfo.Location value) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.addLocation
(DescriptorProtos.SourceCodeInfo.Location value) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
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) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.SourceCodeInfo.LocationModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addAllLocation
(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];