Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.StarlarkFunctionInfo
Packages that use StardocOutputProtos.StarlarkFunctionInfo
-
Uses of StardocOutputProtos.StarlarkFunctionInfo in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.StarlarkFunctionInfoModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.build()StardocOutputProtos.StarlarkFunctionInfo.Builder.buildPartial()StardocOutputProtos.StarlarkFunctionInfo.getDefaultInstance()StardocOutputProtos.StarlarkFunctionInfo.Builder.getDefaultInstanceForType()StardocOutputProtos.StarlarkFunctionInfo.getDefaultInstanceForType()StardocOutputProtos.ModuleInfo.Builder.getFuncInfo(int index) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfo.getFuncInfo(int index) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfoOrBuilder.getFuncInfo(int index) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ProviderInfo.Builder.getInit()The provider's init callback.StardocOutputProtos.ProviderInfo.getInit()The provider's init callback.StardocOutputProtos.ProviderInfoOrBuilder.getInit()The provider's init callback.StardocOutputProtos.StarlarkFunctionInfo.parseDelimitedFrom(InputStream input) StardocOutputProtos.StarlarkFunctionInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(byte[] data) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(com.google.protobuf.ByteString data) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(com.google.protobuf.CodedInputStream input) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(InputStream input) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(ByteBuffer data) StardocOutputProtos.StarlarkFunctionInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.StarlarkFunctionInfoModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.getFuncInfoList()repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfo.getFuncInfoList()repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfoOrBuilder.getFuncInfoList()repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;com.google.protobuf.Parser<StardocOutputProtos.StarlarkFunctionInfo>StardocOutputProtos.StarlarkFunctionInfo.getParserForType()static com.google.protobuf.Parser<StardocOutputProtos.StarlarkFunctionInfo>StardocOutputProtos.StarlarkFunctionInfo.parser()Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.StarlarkFunctionInfoModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.addFuncInfo(int index, StardocOutputProtos.StarlarkFunctionInfo value) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfo.Builder.addFuncInfo(StardocOutputProtos.StarlarkFunctionInfo value) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.StarlarkFunctionInfo.Builder.mergeFrom(StardocOutputProtos.StarlarkFunctionInfo other) StardocOutputProtos.ProviderInfo.Builder.mergeInit(StardocOutputProtos.StarlarkFunctionInfo value) The provider's init callback.StardocOutputProtos.StarlarkFunctionInfo.newBuilder(StardocOutputProtos.StarlarkFunctionInfo prototype) StardocOutputProtos.ModuleInfo.Builder.setFuncInfo(int index, StardocOutputProtos.StarlarkFunctionInfo value) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ProviderInfo.Builder.setInit(StardocOutputProtos.StarlarkFunctionInfo value) The provider's init callback.Method parameters in com.google.devtools.build.lib.starlarkdocextract with type arguments of type StardocOutputProtos.StarlarkFunctionInfoModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.addAllFuncInfo(Iterable<? extends StardocOutputProtos.StarlarkFunctionInfo> values) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;