Uses of Class
com.apivolve.xolir.TypeArray.ArrayType.Builder
-
Uses of TypeArray.ArrayType.Builder in com.apivolve.xolir
Methods in com.apivolve.xolir that return TypeArray.ArrayType.BuilderModifier and TypeMethodDescriptionTypeArray.ArrayType.Builder.clear()TypeArray.ArrayType.Builder.clearElemType().xolir.TypeRef elem_type = 2;TypeArray.ArrayType.Builder.clearSize()uint64 size = 1;Type.TypeDef.Builder.getArrayBuilder().xolir.ArrayType array = 3;TypeArray.ArrayType.Builder.mergeElemType(Refs.TypeRef value) .xolir.TypeRef elem_type = 2;TypeArray.ArrayType.Builder.mergeFrom(TypeArray.ArrayType other) TypeArray.ArrayType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TypeArray.ArrayType.Builder.mergeFrom(com.google.protobuf.Message other) static TypeArray.ArrayType.BuilderTypeArray.ArrayType.newBuilder()static TypeArray.ArrayType.BuilderTypeArray.ArrayType.newBuilder(TypeArray.ArrayType prototype) TypeArray.ArrayType.newBuilderForType()protected TypeArray.ArrayType.BuilderTypeArray.ArrayType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TypeArray.ArrayType.Builder.setElemType(Refs.TypeRef value) .xolir.TypeRef elem_type = 2;TypeArray.ArrayType.Builder.setElemType(Refs.TypeRef.Builder builderForValue) .xolir.TypeRef elem_type = 2;TypeArray.ArrayType.Builder.setSize(long value) uint64 size = 1;TypeArray.ArrayType.toBuilder()Methods in com.apivolve.xolir with parameters of type TypeArray.ArrayType.BuilderModifier and TypeMethodDescriptionType.TypeDef.Builder.setArray(TypeArray.ArrayType.Builder builderForValue) .xolir.ArrayType array = 3;