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.getDefaultInstance()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 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.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) 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.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.