@Namespace(value="onnx") @NoOffset @Properties(inherit=onnx.class) public class ValueInfoProto extends MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
kDocStringFieldNumber |
static int |
kIndexInFileMessages |
static int |
kNameFieldNumber |
static int |
kTypeFieldNumber |
kMerge, kMergePartial, kMergePartialWithAliasing, kMergeWithAliasing, kParse, kParsePartial, kParsePartialWithAliasing, kParseWithAliasing| Constructor and Description |
|---|
ValueInfoProto() |
ValueInfoProto(long size)
Native array allocator.
|
ValueInfoProto(Pointer p)
Pointer cast constructor.
|
ValueInfoProto(ValueInfoProto from) |
AppendPartialToString, AppendToString, ByteSize, CheckTypeAndMergeFrom, GetArena, GetMaybeArenaPointer, GetTypeName, InitializationErrorString, MergeFromBoundedZeroCopyStream, MergeFromCodedStream, MergeFromString, MergeFromString, MergePartialFromBoundedZeroCopyStream, ParseFromArray, ParseFromBoundedZeroCopyStream, ParseFromCodedStream, ParseFromString, ParseFromString, ParseFromZeroCopyStream, ParsePartialFromArray, ParsePartialFromBoundedZeroCopyStream, ParsePartialFromCodedStream, ParsePartialFromString, ParsePartialFromString, ParsePartialFromZeroCopyStream, SerializeAsString, SerializePartialAsString, SerializePartialToArray, SerializePartialToCodedStream, SerializePartialToString, SerializePartialToZeroCopyStream, SerializeToArray, SerializeToCodedStream, SerializeToString, SerializeToZeroCopyStream, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArrayaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int kIndexInFileMessages
public static final int kNameFieldNumber
public static final int kDocStringFieldNumber
public static final int kTypeFieldNumber
public ValueInfoProto(Pointer p)
Pointer.Pointer(Pointer).public ValueInfoProto(long size)
Pointer.position(long).public ValueInfoProto()
public ValueInfoProto(@Const @ByRef ValueInfoProto from)
public ValueInfoProto position(long position)
@ByRef @Name(value="operator =") public ValueInfoProto put(@Const @ByRef ValueInfoProto from)
@Const @ByRef public UnknownFieldSet unknown_fields()
public UnknownFieldSet mutable_unknown_fields()
@Const @ByRef public static ValueInfoProto default_instance()
public static void InitAsDefaultInstance()
@Const public static ValueInfoProto internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void Swap(ValueInfoProto other)
public ValueInfoProto New()
New in class MessageLitepublic ValueInfoProto New(Arena arena)
New in class MessageLitepublic void CopyFrom(@Cast(value="const google::protobuf::Message*") @ByRef MessageLite from)
public void MergeFrom(@Cast(value="const google::protobuf::Message*") @ByRef MessageLite from)
public void CopyFrom(@Const @ByRef ValueInfoProto from)
public void MergeFrom(@Const @ByRef ValueInfoProto from)
public void Clear()
Clear in class MessageLite@Cast(value="bool") public boolean IsInitialized()
IsInitialized in class MessageLite@Cast(value="size_t") public long ByteSizeLong()
ByteSizeLong in class MessageLite@Cast(value="bool") public boolean MergePartialFromCodedStream(CodedInputStream input)
MergePartialFromCodedStream in class MessageLitepublic void SerializeWithCachedSizes(CodedOutputStream output)
SerializeWithCachedSizes in class MessageLite@Cast(value="google::protobuf::uint8*") public BytePointer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") BytePointer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public ByteBuffer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") ByteBuffer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public byte[] InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") byte[] target)
InternalSerializeWithCachedSizesToArray in class MessageLitepublic int GetCachedSize()
GetCachedSize in class MessageLitepublic void clear_name()
@MemberGetter public static int kNameFieldNumber()
@StdString public BytePointer name()
public void set_name(@StdString BytePointer value)
public void set_name(@StdString String value)
public void set_name(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_name()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_name()
public void set_allocated_name(@StdString @Cast(value={"char*","std::string*"}) BytePointer name)
public void clear_doc_string()
@MemberGetter public static int kDocStringFieldNumber()
@StdString public BytePointer doc_string()
public void set_doc_string(@StdString BytePointer value)
public void set_doc_string(@StdString String value)
public void set_doc_string(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_doc_string()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_doc_string()
public void set_allocated_doc_string(@StdString @Cast(value={"char*","std::string*"}) BytePointer doc_string)
public void clear_type()
@MemberGetter public static int kTypeFieldNumber()
public TypeProto release_type()
public TypeProto mutable_type()
public void set_allocated_type(TypeProto type)
Copyright © 2020. All rights reserved.