Uses of Class
com.google.devtools.build.lib.view.proto.Deps.SourceLocation
-
Packages that use Deps.SourceLocation Package Description com.google.devtools.build.lib.view.proto -
-
Uses of Deps.SourceLocation in com.google.devtools.build.lib.view.proto
Fields in com.google.devtools.build.lib.view.proto with type parameters of type Deps.SourceLocation Modifier and Type Field Description static com.google.protobuf.Parser<Deps.SourceLocation>Deps.SourceLocation. PARSERDeprecated.Methods in com.google.devtools.build.lib.view.proto that return Deps.SourceLocation Modifier and Type Method Description Deps.SourceLocationDeps.SourceLocation.Builder. build()Deps.SourceLocationDeps.SourceLocation.Builder. buildPartial()static Deps.SourceLocationDeps.SourceLocation. getDefaultInstance()Deps.SourceLocationDeps.SourceLocation.Builder. getDefaultInstanceForType()Deps.SourceLocationDeps.SourceLocation. getDefaultInstanceForType()Deps.SourceLocationDeps.Dependency.Builder. getLocation(int index)Source file locations: compilers can pinpoint the uses of a dependency.Deps.SourceLocationDeps.Dependency. getLocation(int index)Source file locations: compilers can pinpoint the uses of a dependency.Deps.SourceLocationDeps.DependencyOrBuilder. getLocation(int index)Source file locations: compilers can pinpoint the uses of a dependency.static Deps.SourceLocationDeps.SourceLocation. parseDelimitedFrom(java.io.InputStream input)static Deps.SourceLocationDeps.SourceLocation. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Deps.SourceLocationDeps.SourceLocation. parseFrom(byte[] data)static Deps.SourceLocationDeps.SourceLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Deps.SourceLocationDeps.SourceLocation. parseFrom(com.google.protobuf.ByteString data)static Deps.SourceLocationDeps.SourceLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Deps.SourceLocationDeps.SourceLocation. parseFrom(com.google.protobuf.CodedInputStream input)static Deps.SourceLocationDeps.SourceLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Deps.SourceLocationDeps.SourceLocation. parseFrom(java.io.InputStream input)static Deps.SourceLocationDeps.SourceLocation. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Deps.SourceLocationDeps.SourceLocation. parseFrom(java.nio.ByteBuffer data)static Deps.SourceLocationDeps.SourceLocation. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.build.lib.view.proto that return types with arguments of type Deps.SourceLocation Modifier and Type Method Description java.util.List<Deps.SourceLocation>Deps.Dependency.Builder. getLocationList()Source file locations: compilers can pinpoint the uses of a dependency.java.util.List<Deps.SourceLocation>Deps.Dependency. getLocationList()Source file locations: compilers can pinpoint the uses of a dependency.java.util.List<Deps.SourceLocation>Deps.DependencyOrBuilder. getLocationList()Source file locations: compilers can pinpoint the uses of a dependency.com.google.protobuf.Parser<Deps.SourceLocation>Deps.SourceLocation. getParserForType()static com.google.protobuf.Parser<Deps.SourceLocation>Deps.SourceLocation. parser()Methods in com.google.devtools.build.lib.view.proto with parameters of type Deps.SourceLocation Modifier and Type Method Description Deps.Dependency.BuilderDeps.Dependency.Builder. addLocation(int index, Deps.SourceLocation value)Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.BuilderDeps.Dependency.Builder. addLocation(Deps.SourceLocation value)Source file locations: compilers can pinpoint the uses of a dependency.Deps.SourceLocation.BuilderDeps.SourceLocation.Builder. mergeFrom(Deps.SourceLocation other)static Deps.SourceLocation.BuilderDeps.SourceLocation. newBuilder(Deps.SourceLocation prototype)Deps.Dependency.BuilderDeps.Dependency.Builder. setLocation(int index, Deps.SourceLocation value)Source file locations: compilers can pinpoint the uses of a dependency.Method parameters in com.google.devtools.build.lib.view.proto with type arguments of type Deps.SourceLocation Modifier and Type Method Description Deps.Dependency.BuilderDeps.Dependency.Builder. addAllLocation(java.lang.Iterable<? extends Deps.SourceLocation> values)Source file locations: compilers can pinpoint the uses of a dependency.
-