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

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

Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.Location.Builder
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.addAllPath(java.lang.Iterable<? extends java.lang.Integer> values)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.addAllSpan(java.lang.Iterable<? extends java.lang.Integer> values)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocationBuilder()
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocationBuilder(int index)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.addPath(int value)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.addSpan(int value)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.clear()
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.clearPath()
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.clearSpan()
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.clone()
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Builder.getLocationBuilder(int index)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(DescriptorProtos.SourceCodeInfo.Location other)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(Message other)
           
static DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.newBuilder()
           
static DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.newBuilderForType()
           
protected  DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.newBuilderForType(GeneratedMessage.BuilderParent parent)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.setPath(int index, int value)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.Builder.setSpan(int index, int value)
           
 DescriptorProtos.SourceCodeInfo.Location.Builder DescriptorProtos.SourceCodeInfo.Location.toBuilder()
           
 

Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfo.Location.Builder
 java.util.List<DescriptorProtos.SourceCodeInfo.Location.Builder> DescriptorProtos.SourceCodeInfo.Builder.getLocationBuilderList()
           
 

Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo.Location.Builder
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
           
 DescriptorProtos.SourceCodeInfo.Builder DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
           
 



Copyright © 2008-2011 Google. All Rights Reserved.