Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
Uses of DescriptorProtos.SourceCodeInfo.Location in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.SourceCodeInfo.LocationModifier and TypeFieldDescriptionprivate static final DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location.DEFAULT_INSTANCE
Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfo.LocationModifier and TypeFieldDescriptionDescriptorProtos.SourceCodeInfo.Builder.location_
DescriptorProtos.SourceCodeInfo.location_
private RepeatedFieldBuilder
<DescriptorProtos.SourceCodeInfo.Location, DescriptorProtos.SourceCodeInfo.Location.Builder, DescriptorProtos.SourceCodeInfo.LocationOrBuilder> DescriptorProtos.SourceCodeInfo.Builder.locationBuilder_
private static final Parser
<DescriptorProtos.SourceCodeInfo.Location> DescriptorProtos.SourceCodeInfo.Location.PARSER
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) 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, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(byte[] data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteString data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(CodedInputStream input) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(InputStream input) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteBuffer data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf 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.DescriptorProtos.SourceCodeInfo.Location.getParserForType()
private RepeatedFieldBuilder
<DescriptorProtos.SourceCodeInfo.Location, DescriptorProtos.SourceCodeInfo.Location.Builder, DescriptorProtos.SourceCodeInfo.LocationOrBuilder> DescriptorProtos.SourceCodeInfo.Builder.internalGetLocationFieldBuilder()
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) 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.private void
DescriptorProtos.SourceCodeInfo.Location.Builder.buildPartial0
(DescriptorProtos.SourceCodeInfo.Location result) 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 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.