Uses of Class
com.apivolve.xolir.Refs.TypeRef
-
Uses of Refs.TypeRef in com.apivolve.xolir
Methods in com.apivolve.xolir that return Refs.TypeRefModifier and TypeMethodDescriptionRefs.TypeRef.Builder.build()Refs.TypeRef.Builder.buildPartial()static Refs.TypeRefRefs.TypeRef.getDefaultInstance()Refs.TypeRef.Builder.getDefaultInstanceForType()Refs.TypeRef.getDefaultInstanceForType()TypeArray.ArrayType.Builder.getElemType().xolir.TypeRef elem_type = 2;TypeArray.ArrayType.getElemType().xolir.TypeRef elem_type = 2;TypeArray.ArrayTypeOrBuilder.getElemType().xolir.TypeRef elem_type = 2;TypeUnion.UnionType.Builder.getOptionTypes(int index) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.getOptionTypes(int index) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionTypeOrBuilder.getOptionTypes(int index) repeated .xolir.TypeRef option_types = 2;FunctionOuterClass.FunctionType.Builder.getResults(int index) repeated .xolir.TypeRef results = 2;FunctionOuterClass.FunctionType.getResults(int index) repeated .xolir.TypeRef results = 2;FunctionOuterClass.FunctionTypeOrBuilder.getResults(int index) repeated .xolir.TypeRef results = 2;Refs.TypedName.Builder.getTypeId().xolir.TypeRef type_id = 2;Refs.TypedName.getTypeId().xolir.TypeRef type_id = 2;Refs.TypedNameOrBuilder.getTypeId().xolir.TypeRef type_id = 2;static Refs.TypeRefRefs.TypeRef.parseDelimitedFrom(InputStream input) static Refs.TypeRefRefs.TypeRef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypeRefRefs.TypeRef.parseFrom(byte[] data) static Refs.TypeRefRefs.TypeRef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypeRefRefs.TypeRef.parseFrom(com.google.protobuf.ByteString data) static Refs.TypeRefRefs.TypeRef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypeRefRefs.TypeRef.parseFrom(com.google.protobuf.CodedInputStream input) static Refs.TypeRefRefs.TypeRef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypeRefRefs.TypeRef.parseFrom(InputStream input) static Refs.TypeRefRefs.TypeRef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypeRefRefs.TypeRef.parseFrom(ByteBuffer data) static Refs.TypeRefRefs.TypeRef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.apivolve.xolir that return types with arguments of type Refs.TypeRefModifier and TypeMethodDescriptionTypeUnion.UnionType.Builder.getOptionTypesList()repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.getOptionTypesList()repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionTypeOrBuilder.getOptionTypesList()repeated .xolir.TypeRef option_types = 2;com.google.protobuf.Parser<Refs.TypeRef>Refs.TypeRef.getParserForType()FunctionOuterClass.FunctionType.Builder.getResultsList()repeated .xolir.TypeRef results = 2;FunctionOuterClass.FunctionType.getResultsList()repeated .xolir.TypeRef results = 2;FunctionOuterClass.FunctionTypeOrBuilder.getResultsList()repeated .xolir.TypeRef results = 2;static com.google.protobuf.Parser<Refs.TypeRef>Refs.TypeRef.parser()Methods in com.apivolve.xolir with parameters of type Refs.TypeRefModifier and TypeMethodDescriptionTypeUnion.UnionType.Builder.addOptionTypes(int index, Refs.TypeRef value) repeated .xolir.TypeRef option_types = 2;TypeUnion.UnionType.Builder.addOptionTypes(Refs.TypeRef value) repeated .xolir.TypeRef option_types = 2;FunctionOuterClass.FunctionType.Builder.addResults(int index, Refs.TypeRef value) repeated .xolir.TypeRef results = 2;FunctionOuterClass.FunctionType.Builder.addResults(Refs.TypeRef value) repeated .xolir.TypeRef results = 2;TypeArray.ArrayType.Builder.mergeElemType(Refs.TypeRef value) .xolir.TypeRef elem_type = 2;Refs.TypeRef.Builder.mergeFrom(Refs.TypeRef other) Refs.TypedName.Builder.mergeTypeId(Refs.TypeRef value) .xolir.TypeRef type_id = 2;static Refs.TypeRef.BuilderRefs.TypeRef.newBuilder(Refs.TypeRef prototype) TypeArray.ArrayType.Builder.setElemType(Refs.TypeRef value) .xolir.TypeRef elem_type = 2;TypeUnion.UnionType.Builder.setOptionTypes(int index, Refs.TypeRef value) repeated .xolir.TypeRef option_types = 2;FunctionOuterClass.FunctionType.Builder.setResults(int index, Refs.TypeRef value) repeated .xolir.TypeRef results = 2;Refs.TypedName.Builder.setTypeId(Refs.TypeRef value) .xolir.TypeRef type_id = 2;Method parameters in com.apivolve.xolir with type arguments of type Refs.TypeRefModifier and TypeMethodDescriptionTypeUnion.UnionType.Builder.addAllOptionTypes(Iterable<? extends Refs.TypeRef> values) repeated .xolir.TypeRef option_types = 2;FunctionOuterClass.FunctionType.Builder.addAllResults(Iterable<? extends Refs.TypeRef> values) repeated .xolir.TypeRef results = 2;