DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index,
DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index,
DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.clear() |
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.clearLocation()
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.clone() |
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.FileDescriptorProto.Builder.getSourceCodeInfoBuilder()
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(DescriptorProtos.SourceCodeInfo other) |
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(Message other) |
static DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilder() |
static DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilder(DescriptorProtos.SourceCodeInfo prototype) |
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilderForType() |
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.removeLocation(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index,
DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index,
DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.toBuilder() |