@Namespace(value="google::protobuf") @Properties(inherit=caffe.class) public class MessageLite extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MessageLite(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MessageLite(Pointer p)
Pointer.Pointer(Pointer).@StdString public BytePointer GetTypeName()
public MessageLite New()
public MessageLite New(Arena arena)
public Arena GetArena()
public Pointer GetMaybeArenaPointer()
public void Clear()
@StdString public BytePointer InitializationErrorString()
public void CheckTypeAndMergeFrom(@Const @ByRef MessageLite other)
@Cast(value="bool") public boolean ParseFromCodedStream(CodedInputStream input)
@Cast(value="bool") public boolean ParsePartialFromCodedStream(CodedInputStream input)
@Cast(value="bool") public boolean ParseFromZeroCopyStream(ZeroCopyInputStream input)
@Cast(value="bool") public boolean ParsePartialFromZeroCopyStream(ZeroCopyInputStream input)
@Cast(value="bool") public boolean ParseFromBoundedZeroCopyStream(ZeroCopyInputStream input, int size)
@Cast(value="bool") public boolean ParsePartialFromBoundedZeroCopyStream(ZeroCopyInputStream input, int size)
@Cast(value="bool") public boolean ParseFromString(@StdString BytePointer data)
@Cast(value="bool") public boolean ParseFromString(@StdString String data)
@Cast(value="bool") public boolean ParsePartialFromString(@StdString BytePointer data)
@Cast(value="bool") public boolean ParsePartialFromString(@StdString String data)
@Cast(value="bool") public boolean ParsePartialFromArray(@Const Pointer data, int size)
@Cast(value="bool") public boolean MergeFromCodedStream(CodedInputStream input)
@Cast(value="bool") public boolean MergePartialFromCodedStream(CodedInputStream input)
@Cast(value="bool") public boolean SerializeToCodedStream(CodedOutputStream output)
@Cast(value="bool") public boolean SerializePartialToCodedStream(CodedOutputStream output)
@Cast(value="bool") public boolean SerializeToZeroCopyStream(ZeroCopyOutputStream output)
@Cast(value="bool") public boolean SerializePartialToZeroCopyStream(ZeroCopyOutputStream output)
@Cast(value="bool") public boolean SerializeToString(@StdString @Cast(value={"char*","std::string*"}) BytePointer output)
@Cast(value="bool") public boolean SerializePartialToString(@StdString @Cast(value={"char*","std::string*"}) BytePointer output)
@Cast(value="bool") public boolean SerializePartialToArray(Pointer data, int size)
@StdString public BytePointer SerializeAsString()
@StdString public BytePointer SerializePartialAsString()
@Cast(value="bool") public boolean AppendToString(@StdString @Cast(value={"char*","std::string*"}) BytePointer output)
@Cast(value="bool") public boolean AppendPartialToString(@StdString @Cast(value={"char*","std::string*"}) BytePointer output)
public int ByteSize()
public void SerializeWithCachedSizes(CodedOutputStream output)
@Cast(value="google::protobuf::uint8*") public BytePointer SerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") BytePointer target)
@Cast(value="google::protobuf::uint8*") public ByteBuffer SerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") ByteBuffer target)
@Cast(value="google::protobuf::uint8*") public byte[] SerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") byte[] target)
public int GetCachedSize()
@Cast(value="google::protobuf::uint8*") public BytePointer InternalSerializeWithCachedSizesToArray(@Cast(value="bool") boolean deterministic, @Cast(value="google::protobuf::uint8*") BytePointer target)
@Cast(value="google::protobuf::uint8*") public ByteBuffer InternalSerializeWithCachedSizesToArray(@Cast(value="bool") boolean deterministic, @Cast(value="google::protobuf::uint8*") ByteBuffer target)
Copyright © 2019. All rights reserved.