Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder

Uses of DescriptorProtos.SourceCodeInfo.Builder in com.google.protobuf
 

Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.Builder
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location value)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.clear()
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.clearLocation()
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.clone()
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.FileDescriptorProto.Builder.getSourceCodeInfoBuilder()
           
 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()
           
protected  DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.newBuilderForType(GeneratedMessage.BuilderParent parent)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.removeLocation(int index)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.toBuilder()
           
 

Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo.Builder
 DescriptorProtos.FileDescriptorProto.Builder DescriptorProtos.FileDescriptorProto.Builder.setSourceCodeInfo(DescriptorProtos.SourceCodeInfo.Builder builderForValue)
           
 



Copyright © 2008-2011 Google. All Rights Reserved.