-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.HeapObjectOrBuilder
public final class TombstoneProtos.HeapObject extends GeneratedMessageLite<TombstoneProtos.HeapObject, TombstoneProtos.HeapObject.Builder> implements TombstoneProtos.HeapObjectOrBuilder
Protobuf type
{@code HeapObject}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTombstoneProtos.HeapObject.BuilderProtobuf type
{@code HeapObject}
-
Field Summary
Fields Modifier and Type Field Description public final static intADDRESS_FIELD_NUMBERpublic final static intSIZE_FIELD_NUMBERpublic final static intALLOCATION_TID_FIELD_NUMBERpublic final static intALLOCATION_BACKTRACE_FIELD_NUMBERpublic final static intDEALLOCATION_TID_FIELD_NUMBERpublic final static intDEALLOCATION_BACKTRACE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description longgetAddress()uint64 address = 1;longgetSize()uint64 size = 2;longgetAllocationTid()uint64 allocation_tid = 3;List<TombstoneProtos.BacktraceFrame>getAllocationBacktraceList()repeated .BacktraceFrame allocation_backtrace = 4;List<out TombstoneProtos.BacktraceFrameOrBuilder>getAllocationBacktraceOrBuilderList()repeated .BacktraceFrame allocation_backtrace = 4;intgetAllocationBacktraceCount()repeated .BacktraceFrame allocation_backtrace = 4;TombstoneProtos.BacktraceFramegetAllocationBacktrace(int index)repeated .BacktraceFrame allocation_backtrace = 4;TombstoneProtos.BacktraceFrameOrBuildergetAllocationBacktraceOrBuilder(int index)repeated .BacktraceFrame allocation_backtrace = 4;longgetDeallocationTid()uint64 deallocation_tid = 5;List<TombstoneProtos.BacktraceFrame>getDeallocationBacktraceList()repeated .BacktraceFrame deallocation_backtrace = 6;List<out TombstoneProtos.BacktraceFrameOrBuilder>getDeallocationBacktraceOrBuilderList()repeated .BacktraceFrame deallocation_backtrace = 6;intgetDeallocationBacktraceCount()repeated .BacktraceFrame deallocation_backtrace = 6;TombstoneProtos.BacktraceFramegetDeallocationBacktrace(int index)repeated .BacktraceFrame deallocation_backtrace = 6;TombstoneProtos.BacktraceFrameOrBuildergetDeallocationBacktraceOrBuilder(int index)repeated .BacktraceFrame deallocation_backtrace = 6;static TombstoneProtos.HeapObjectparseFrom(ByteBuffer data)static TombstoneProtos.HeapObjectparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.HeapObjectparseFrom(ByteString data)static TombstoneProtos.HeapObjectparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.HeapObjectparseFrom(Array<byte> data)static TombstoneProtos.HeapObjectparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.HeapObjectparseFrom(InputStream input)static TombstoneProtos.HeapObjectparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.HeapObjectparseDelimitedFrom(InputStream input)static TombstoneProtos.HeapObjectparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.HeapObjectparseFrom(CodedInputStream input)static TombstoneProtos.HeapObjectparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.HeapObject.BuildernewBuilder()static TombstoneProtos.HeapObject.BuildernewBuilder(TombstoneProtos.HeapObject prototype)static TombstoneProtos.HeapObjectgetDefaultInstance()static Parser<TombstoneProtos.HeapObject>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAddress
long getAddress()
uint64 address = 1;
-
getSize
long getSize()
uint64 size = 2;
-
getAllocationTid
long getAllocationTid()
uint64 allocation_tid = 3;
-
getAllocationBacktraceList
List<TombstoneProtos.BacktraceFrame> getAllocationBacktraceList()
repeated .BacktraceFrame allocation_backtrace = 4;
-
getAllocationBacktraceOrBuilderList
List<out TombstoneProtos.BacktraceFrameOrBuilder> getAllocationBacktraceOrBuilderList()
repeated .BacktraceFrame allocation_backtrace = 4;
-
getAllocationBacktraceCount
int getAllocationBacktraceCount()
repeated .BacktraceFrame allocation_backtrace = 4;
-
getAllocationBacktrace
TombstoneProtos.BacktraceFrame getAllocationBacktrace(int index)
repeated .BacktraceFrame allocation_backtrace = 4;
-
getAllocationBacktraceOrBuilder
TombstoneProtos.BacktraceFrameOrBuilder getAllocationBacktraceOrBuilder(int index)
repeated .BacktraceFrame allocation_backtrace = 4;
-
getDeallocationTid
long getDeallocationTid()
uint64 deallocation_tid = 5;
-
getDeallocationBacktraceList
List<TombstoneProtos.BacktraceFrame> getDeallocationBacktraceList()
repeated .BacktraceFrame deallocation_backtrace = 6;
-
getDeallocationBacktraceOrBuilderList
List<out TombstoneProtos.BacktraceFrameOrBuilder> getDeallocationBacktraceOrBuilderList()
repeated .BacktraceFrame deallocation_backtrace = 6;
-
getDeallocationBacktraceCount
int getDeallocationBacktraceCount()
repeated .BacktraceFrame deallocation_backtrace = 6;
-
getDeallocationBacktrace
TombstoneProtos.BacktraceFrame getDeallocationBacktrace(int index)
repeated .BacktraceFrame deallocation_backtrace = 6;
-
getDeallocationBacktraceOrBuilder
TombstoneProtos.BacktraceFrameOrBuilder getDeallocationBacktraceOrBuilder(int index)
repeated .BacktraceFrame deallocation_backtrace = 6;
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(ByteBuffer data)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(ByteString data)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(Array<byte> data)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(InputStream input)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TombstoneProtos.HeapObject parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TombstoneProtos.HeapObject parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(CodedInputStream input)
-
parseFrom
static TombstoneProtos.HeapObject parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static TombstoneProtos.HeapObject.Builder newBuilder()
-
newBuilder
static TombstoneProtos.HeapObject.Builder newBuilder(TombstoneProtos.HeapObject prototype)
-
getDefaultInstance
static TombstoneProtos.HeapObject getDefaultInstance()
-
parser
static Parser<TombstoneProtos.HeapObject> parser()
-
-
-
-