Public Member Functions | Private Member Functions | Private Attributes | List of all members
com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder Class Reference
Inheritance diagram for com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder:
Inheritance graph
[legend]

Public Member Functions

void checkLastTagWas (final int value) throws InvalidProtocolBufferException
 
void checkLastTagWas (final int value) throws InvalidProtocolBufferException
 
void enableAliasing (boolean enabled)
 
void enableAliasing (boolean enabled)
 
int getBytesUntilLimit ()
 
int getBytesUntilLimit ()
 
int getLastTag ()
 
int getLastTag ()
 
int getTotalBytesRead ()
 
int getTotalBytesRead ()
 
boolean isAtEnd () throws IOException
 
boolean isAtEnd () throws IOException
 
void popLimit (final int oldLimit)
 
void popLimit (final int oldLimit)
 
int pushLimit (int byteLimit) throws InvalidProtocolBufferException
 
int pushLimit (int byteLimit) throws InvalidProtocolBufferException
 
boolean readBool () throws IOException
 
boolean readBool () throws IOException
 
byte[] readByteArray () throws IOException
 
byte[] readByteArray () throws IOException
 
ByteBuffer readByteBuffer () throws IOException
 
ByteBuffer readByteBuffer () throws IOException
 
ByteString readBytes () throws IOException
 
ByteString readBytes () throws IOException
 
double readDouble () throws IOException
 
double readDouble () throws IOException
 
int readEnum () throws IOException
 
int readEnum () throws IOException
 
int readFixed32 () throws IOException
 
int readFixed32 () throws IOException
 
long readFixed64 () throws IOException
 
long readFixed64 () throws IOException
 
float readFloat () throws IOException
 
float readFloat () throws IOException
 
void readGroup (final int fieldNumber, final MessageLite.Builder builder, final ExtensionRegistryLite extensionRegistry) throws IOException
 
void readGroup (final int fieldNumber, final MessageLite.Builder builder, final ExtensionRegistryLite extensionRegistry) throws IOException
 
int readInt32 () throws IOException
 
int readInt32 () throws IOException
 
long readInt64 () throws IOException
 
long readInt64 () throws IOException
 
void readMessage (final MessageLite.Builder builder, final ExtensionRegistryLite extensionRegistry) throws IOException
 
void readMessage (final MessageLite.Builder builder, final ExtensionRegistryLite extensionRegistry) throws IOException
 
byte readRawByte () throws IOException
 
byte readRawByte () throws IOException
 
byte[] readRawBytes (final int length) throws IOException
 
byte[] readRawBytes (final int length) throws IOException
 
int readRawLittleEndian32 () throws IOException
 
int readRawLittleEndian32 () throws IOException
 
long readRawLittleEndian64 () throws IOException
 
long readRawLittleEndian64 () throws IOException
 
int readRawVarint32 () throws IOException
 
int readRawVarint32 () throws IOException
 
long readRawVarint64 () throws IOException
 
long readRawVarint64 () throws IOException
 
int readSFixed32 () throws IOException
 
int readSFixed32 () throws IOException
 
long readSFixed64 () throws IOException
 
long readSFixed64 () throws IOException
 
int readSInt32 () throws IOException
 
int readSInt32 () throws IOException
 
long readSInt64 () throws IOException
 
long readSInt64 () throws IOException
 
String readString () throws IOException
 
String readString () throws IOException
 
String readStringRequireUtf8 () throws IOException
 
String readStringRequireUtf8 () throws IOException
 
int readTag () throws IOException
 
int readTag () throws IOException
 
int readUInt32 () throws IOException
 
int readUInt32 () throws IOException
 
long readUInt64 () throws IOException
 
long readUInt64 () throws IOException
 
void readUnknownGroup (final int fieldNumber, final MessageLite.Builder builder) throws IOException
 
void readUnknownGroup (final int fieldNumber, final MessageLite.Builder builder) throws IOException
 
void resetSizeCounter ()
 
void resetSizeCounter ()
 
boolean skipField (final int tag) throws IOException
 
boolean skipField (final int tag) throws IOException
 
boolean skipField (final int tag, final CodedOutputStream output) throws IOException
 
boolean skipField (final int tag, final CodedOutputStream output) throws IOException
 
void skipMessage () throws IOException
 
void skipMessage () throws IOException
 
void skipMessage (CodedOutputStream output) throws IOException
 
void skipMessage (CodedOutputStream output) throws IOException
 
void skipRawBytes (final int length) throws IOException
 
void skipRawBytes (final int length) throws IOException
 
- Public Member Functions inherited from com.google.protobuf.CodedInputStream
void checkRecursionLimit () throws InvalidProtocolBufferException
 
final int setRecursionLimit (final int limit)
 
final int setRecursionLimit (final int limit)
 
final int setSizeLimit (final int limit)
 
final int setSizeLimit (final int limit)
 

Private Member Functions

int bufferPos (long pos)
 
int bufferPos (long pos)
 
void recomputeBufferSizeAfterLimit ()
 
void recomputeBufferSizeAfterLimit ()
 
int remaining ()
 
int remaining ()
 
void skipRawVarint () throws IOException
 
void skipRawVarint () throws IOException
 
void skipRawVarintFastPath () throws IOException
 
void skipRawVarintFastPath () throws IOException
 
void skipRawVarintSlowPath () throws IOException
 
void skipRawVarintSlowPath () throws IOException
 
ByteBuffer slice (long begin, long end) throws IOException
 
ByteBuffer slice (long begin, long end) throws IOException
 
 UnsafeDirectNioDecoder (ByteBuffer buffer, boolean immutable)
 
 UnsafeDirectNioDecoder (ByteBuffer buffer, boolean immutable)
 

Private Attributes

final long address
 
final ByteBuffer buffer
 
int bufferSizeAfterLimit
 
int currentLimit = Integer.MAX_VALUE
 
boolean enableAliasing
 
final boolean immutable
 
int lastTag
 
long limit
 
long pos
 
long startPos
 

Additional Inherited Members

- Static Public Member Functions inherited from com.google.protobuf.CodedInputStream
static int decodeZigZag32 (final int n)
 
static int decodeZigZag32 (final int n)
 
static long decodeZigZag64 (final long n)
 
static long decodeZigZag64 (final long n)
 
static CodedInputStream newInstance (ByteBuffer buf)
 
static CodedInputStream newInstance (ByteBuffer buf)
 
static CodedInputStream newInstance (final byte[] buf)
 
static CodedInputStream newInstance (final byte[] buf)
 
static CodedInputStream newInstance (final byte[] buf, final int off, final int len)
 
static CodedInputStream newInstance (final byte[] buf, final int off, final int len)
 
static CodedInputStream newInstance (final InputStream input)
 
static CodedInputStream newInstance (final InputStream input)
 
static CodedInputStream newInstance (final InputStream input, int bufferSize)
 
static CodedInputStream newInstance (final InputStream input, int bufferSize)
 
static CodedInputStream newInstance (final Iterable< ByteBuffer > input)
 
static CodedInputStream newInstance (final Iterable< ByteBuffer > input)
 
static int readRawVarint32 (final int firstByte, final InputStream input) throws IOException
 
static int readRawVarint32 (final int firstByte, final InputStream input) throws IOException
 

Detailed Description

A CodedInputStream implementation that uses a backing direct ByteBuffer as the input. Requires the use of

sun.misc.Unsafe

to perform fast reads on the buffer.

Definition at line 1280 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

Constructor & Destructor Documentation

◆ UnsafeDirectNioDecoder() [1/2]

com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.UnsafeDirectNioDecoder ( ByteBuffer  buffer,
boolean  immutable 
)
inlineprivate

◆ UnsafeDirectNioDecoder() [2/2]

com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.UnsafeDirectNioDecoder ( ByteBuffer  buffer,
boolean  immutable 
)
inlineprivate

Member Function Documentation

◆ bufferPos() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.bufferPos ( long  pos)
inlineprivate

◆ bufferPos() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.bufferPos ( long  pos)
inlineprivate

◆ checkLastTagWas() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.checkLastTagWas ( final int  value) throws InvalidProtocolBufferException
inline

Verifies that the last call to readTag() returned the given tag value. This is used to verify that a nested group ended with the correct end tag.

Exceptions
InvalidProtocolBufferException

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1347 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ checkLastTagWas() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.checkLastTagWas ( final int  value) throws InvalidProtocolBufferException
inline

Verifies that the last call to readTag() returned the given tag value. This is used to verify that a nested group ended with the correct end tag.

Exceptions
InvalidProtocolBufferException

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1354 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ enableAliasing() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.enableAliasing ( boolean  enabled)
inline

Enables ByteString aliasing of the underlying buffer, trading off on buffer pinning for data copies. Only valid for buffer-backed streams.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1895 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ enableAliasing() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.enableAliasing ( boolean  enabled)
inline

Enables ByteString aliasing of the underlying buffer, trading off on buffer pinning for data copies. Only valid for buffer-backed streams.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1900 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ getBytesUntilLimit() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.getBytesUntilLimit ( )
inline

Returns the number of bytes to be read before the current limit. If no limit is set, returns -1.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1928 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ getBytesUntilLimit() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.getBytesUntilLimit ( )
inline

Returns the number of bytes to be read before the current limit. If no limit is set, returns -1.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1933 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ getLastTag() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.getLastTag ( )
inline

◆ getLastTag() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.getLastTag ( )
inline

◆ getTotalBytesRead() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.getTotalBytesRead ( )
inline

The total bytes read up to the current position. Calling resetSizeCounter() resets this value to zero.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1942 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ getTotalBytesRead() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.getTotalBytesRead ( )
inline

The total bytes read up to the current position. Calling resetSizeCounter() resets this value to zero.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1947 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ isAtEnd() [1/2]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.isAtEnd ( ) throws IOException
inline

Returns true if the stream has reached the end of the input. This is the case if either the end of the underlying input source has been reached or if the stream has reached a limit created using pushLimit(int). This function may get blocked when using StreamDecoder as it invokes StreamDecoder.tryRefillBuffer(int) in this function which will try to read bytes from input.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1937 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ isAtEnd() [2/2]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.isAtEnd ( ) throws IOException
inline

Returns true if the stream has reached the end of the input. This is the case if either the end of the underlying input source has been reached or if the stream has reached a limit created using pushLimit(int). This function may get blocked when using StreamDecoder as it invokes StreamDecoder.tryRefillBuffer(int) in this function which will try to read bytes from input.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1942 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ popLimit() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.popLimit ( final int  oldLimit)
inline

Discards the current limit, returning to the previous limit.

Parameters
oldLimitThe old limit, as returned by .

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1922 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ popLimit() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.popLimit ( final int  oldLimit)
inline

Discards the current limit, returning to the previous limit.

Parameters
oldLimitThe old limit, as returned by .

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1927 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ pushLimit() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.pushLimit ( int  byteLimit) throws InvalidProtocolBufferException
inline

Sets

to (current position) +

byteLimit

. This is called when descending into a length-delimited embedded message.

Note that

does NOT affect how many bytes the

reads from an underlying

InputStream

when refreshing its buffer. If you need to prevent reading past a certain point in the underlying

InputStream

(e.g. because you expect it to contain more data after the end of the message which you need to handle differently) then you must place a wrapper around your

InputStream

which limits the amount of data that can be read from it.

Returns
the old limit.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1905 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ pushLimit() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.pushLimit ( int  byteLimit) throws InvalidProtocolBufferException
inline

Sets

to (current position) +

byteLimit

. This is called when descending into a length-delimited embedded message.

Note that

does NOT affect how many bytes the

reads from an underlying

InputStream

when refreshing its buffer. If you need to prevent reading past a certain point in the underlying

InputStream

(e.g. because you expect it to contain more data after the end of the message which you need to handle differently) then you must place a wrapper around your

InputStream

which limits the amount of data that can be read from it.

Returns
the old limit.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1910 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readBool() [1/2]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readBool ( ) throws IOException
inline

Read a

bool

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1495 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readBool() [2/2]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readBool ( ) throws IOException
inline

Read a

bool

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1502 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readByteArray() [1/2]

byte [] com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readByteArray ( ) throws IOException
inline

◆ readByteArray() [2/2]

byte [] com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readByteArray ( ) throws IOException
inline

Read a

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1646 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readByteBuffer() [1/2]

ByteBuffer com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readByteBuffer ( ) throws IOException
inline

◆ readByteBuffer() [2/2]

ByteBuffer com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readByteBuffer ( ) throws IOException
inline

Read a

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1651 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readBytes() [1/2]

ByteString com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readBytes ( ) throws IOException
inline

◆ readBytes() [2/2]

ByteString com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readBytes ( ) throws IOException
inline

Read a

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1620 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readDouble() [1/2]

double com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readDouble ( ) throws IOException
inline

Read a

double

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1460 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readDouble() [2/2]

double com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readDouble ( ) throws IOException
inline

Read a

double

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1467 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readEnum() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readEnum ( ) throws IOException
inline

Read an enum field value from the stream. Caller is responsible for converting the numeric value to an actual enum.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1681 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readEnum() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readEnum ( ) throws IOException
inline

Read an enum field value from the stream. Caller is responsible for converting the numeric value to an actual enum.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1686 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readFixed32() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readFixed32 ( ) throws IOException
inline

Read a

fixed32

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1490 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readFixed32() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readFixed32 ( ) throws IOException
inline

Read a

fixed32

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1497 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readFixed64() [1/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readFixed64 ( ) throws IOException
inline

Read a

fixed64

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1485 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readFixed64() [2/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readFixed64 ( ) throws IOException
inline

Read a

fixed64

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1492 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readFloat() [1/2]

float com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readFloat ( ) throws IOException
inline

Read a

float

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1465 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readFloat() [2/2]

float com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readFloat ( ) throws IOException
inline

Read a

float

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1472 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readGroup() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readGroup ( final int  fieldNumber,
final MessageLite.Builder  builder,
final ExtensionRegistryLite  extensionRegistry 
) throws IOException
inline

◆ readGroup() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readGroup ( final int  fieldNumber,
final MessageLite.Builder  builder,
final ExtensionRegistryLite  extensionRegistry 
) throws IOException
inline

Read a

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1550 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readInt32() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readInt32 ( ) throws IOException
inline

◆ readInt32() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readInt32 ( ) throws IOException
inline

Read an

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1487 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readInt64() [1/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readInt64 ( ) throws IOException
inline

◆ readInt64() [2/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readInt64 ( ) throws IOException
inline

Read an

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1482 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readMessage() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readMessage ( final MessageLite.Builder  builder,
final ExtensionRegistryLite  extensionRegistry 
) throws IOException
inline

Read an embedded message field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1582 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readMessage() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readMessage ( final MessageLite.Builder  builder,
final ExtensionRegistryLite  extensionRegistry 
) throws IOException
inline

Read an embedded message field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1585 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawByte() [1/2]

byte com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawByte ( ) throws IOException
inline

Read one byte from the input.

Exceptions
InvalidProtocolBufferExceptionThe end of the stream or the current limit was reached.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1947 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawByte() [2/2]

byte com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawByte ( ) throws IOException
inline

Read one byte from the input.

Exceptions
InvalidProtocolBufferExceptionThe end of the stream or the current limit was reached.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1952 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawBytes() [1/2]

byte [] com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawBytes ( final int  size) throws IOException
inline

Read a fixed size of bytes from the input.

Exceptions
InvalidProtocolBufferExceptionThe end of the stream or the current limit was reached.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1955 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawBytes() [2/2]

byte [] com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawBytes ( final int  size) throws IOException
inline

Read a fixed size of bytes from the input.

Exceptions
InvalidProtocolBufferExceptionThe end of the stream or the current limit was reached.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1960 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawLittleEndian32() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawLittleEndian32 ( ) throws IOException
inline

Read a 32-bit little-endian integer from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1861 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawLittleEndian32() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawLittleEndian32 ( ) throws IOException
inline

Read a 32-bit little-endian integer from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1866 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawLittleEndian64() [1/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawLittleEndian64 ( ) throws IOException
inline

Read a 64-bit little-endian integer from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1876 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawLittleEndian64() [2/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawLittleEndian64 ( ) throws IOException
inline

Read a 64-bit little-endian integer from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1881 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawVarint32() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawVarint32 ( ) throws IOException
inline

Read a raw Varint from the stream. If larger than 32 bits, discard the upper bits.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1708 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawVarint32() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawVarint32 ( ) throws IOException
inline

Read a raw Varint from the stream. If larger than 32 bits, discard the upper bits.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1713 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readRawVarint64() [1/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawVarint64 ( ) throws IOException
inline

◆ readRawVarint64() [2/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readRawVarint64 ( ) throws IOException
inline

Read a raw Varint from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1781 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSFixed32() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSFixed32 ( ) throws IOException
inline

Read an

sfixed32

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1686 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSFixed32() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSFixed32 ( ) throws IOException
inline

Read an

sfixed32

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1691 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSFixed64() [1/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSFixed64 ( ) throws IOException
inline

Read an

sfixed64

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1691 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSFixed64() [2/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSFixed64 ( ) throws IOException
inline

Read an

sfixed64

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1696 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSInt32() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSInt32 ( ) throws IOException
inline

Read an

sint32

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1696 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSInt32() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSInt32 ( ) throws IOException
inline

Read an

sint32

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1701 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSInt64() [1/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSInt64 ( ) throws IOException
inline

Read an

sint64

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1701 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readSInt64() [2/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readSInt64 ( ) throws IOException
inline

Read an

sint64

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1706 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readString() [1/2]

String com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readString ( ) throws IOException
inline

Read a

string

field value from the stream. If the stream contains malformed UTF-8, replace the offending bytes with the standard UTF-8 replacement character.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1500 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readString() [2/2]

String com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readString ( ) throws IOException
inline

Read a

string

field value from the stream. If the stream contains malformed UTF-8, replace the offending bytes with the standard UTF-8 replacement character.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1507 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readStringRequireUtf8() [1/2]

String com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readStringRequireUtf8 ( ) throws IOException
inline

Read a

string

field value from the stream. If the stream contains malformed UTF-8, throw exception InvalidProtocolBufferException.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1524 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readStringRequireUtf8() [2/2]

String com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readStringRequireUtf8 ( ) throws IOException
inline

Read a

string

field value from the stream. If the stream contains malformed UTF-8, throw exception InvalidProtocolBufferException.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1531 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readTag() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readTag ( ) throws IOException
inline

Attempt to read a field tag, returning zero if we have reached EOF. Protocol message parsers use this to read tags, since a protocol message may legally end wherever a tag occurs, and zero is not a valid tag number.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1331 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readTag() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readTag ( ) throws IOException
inline

Attempt to read a field tag, returning zero if we have reached EOF. Protocol message parsers use this to read tags, since a protocol message may legally end wherever a tag occurs, and zero is not a valid tag number.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1338 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readUInt32() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readUInt32 ( ) throws IOException
inline

◆ readUInt32() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readUInt32 ( ) throws IOException
inline

Read a

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1681 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readUInt64() [1/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readUInt64 ( ) throws IOException
inline

◆ readUInt64() [2/2]

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readUInt64 ( ) throws IOException
inline

Read a

field value from the stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1477 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readUnknownGroup() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readUnknownGroup ( final int  fieldNumber,
final MessageLite.Builder  builder 
) throws IOException
inline

Reads a

field value from the stream and merges it into the given {}. deprecated 18.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1576 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ readUnknownGroup() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.readUnknownGroup ( final int  fieldNumber,
final MessageLite.Builder  builder 
) throws IOException
inline

Reads a

field value from the stream and merges it into the given {}. deprecated 18.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1579 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ recomputeBufferSizeAfterLimit() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.recomputeBufferSizeAfterLimit ( )
inlineprivate

◆ recomputeBufferSizeAfterLimit() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.recomputeBufferSizeAfterLimit ( )
inlineprivate

◆ remaining() [1/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.remaining ( )
inlineprivate

◆ remaining() [2/2]

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.remaining ( )
inlineprivate

◆ resetSizeCounter() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.resetSizeCounter ( )
inline

Resets the current size counter to zero (see setSizeLimit(int)). Only valid for {}-backed streams.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1900 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ resetSizeCounter() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.resetSizeCounter ( )
inline

Resets the current size counter to zero (see setSizeLimit(int)). Only valid for {}-backed streams.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1905 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipField() [1/4]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipField ( final int  tag) throws IOException
inline

Reads and discards a single field, given its tag value.

Returns
false
if the tag is an endgroup tag, in which case nothing is skipped. Otherwise, returns
true
.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1359 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipField() [2/4]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipField ( final int  tag) throws IOException
inline

Reads and discards a single field, given its tag value.

Returns
false
if the tag is an endgroup tag, in which case nothing is skipped. Otherwise, returns
true
.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1366 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipField() [3/4]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipField ( final int  tag,
final CodedOutputStream  output 
) throws IOException
inline

Reads a single field and writes it to output in wire format, given its tag value.

Returns
false
if the tag is an endgroup tag, in which case nothing is skipped. Otherwise, returns
true
.
Deprecated:
use

or

UnknownFieldSetLite

to skip to an output stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1386 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipField() [4/4]

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipField ( final int  tag,
final CodedOutputStream  output 
) throws IOException
inline

Reads a single field and writes it to output in wire format, given its tag value.

Returns
false
if the tag is an endgroup tag, in which case nothing is skipped. Otherwise, returns
true
.
Deprecated:
use

or

UnknownFieldSetLite

to skip to an output stream.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1393 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipMessage() [1/4]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipMessage ( ) throws IOException
inline

Reads and discards an entire message. This will read either until EOF or until an endgroup tag, whichever comes first.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1437 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipMessage() [2/4]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipMessage ( ) throws IOException
inline

Reads and discards an entire message. This will read either until EOF or until an endgroup tag, whichever comes first.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1444 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipMessage() [3/4]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipMessage ( CodedOutputStream  output) throws IOException
inline

Reads an entire message and writes it to output in wire format. This will read either until EOF or until an endgroup tag, whichever comes first.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1447 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipMessage() [4/4]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipMessage ( CodedOutputStream  output) throws IOException
inline

Reads an entire message and writes it to output in wire format. This will read either until EOF or until an endgroup tag, whichever comes first.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1454 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipRawBytes() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawBytes ( final int  size) throws IOException
inline

Reads and discards

bytes.

Exceptions
InvalidProtocolBufferExceptionThe end of the stream or the current limit was reached.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1975 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipRawBytes() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawBytes ( final int  size) throws IOException
inline

Reads and discards

bytes.

Exceptions
InvalidProtocolBufferExceptionThe end of the stream or the current limit was reached.

Reimplemented from com.google.protobuf.CodedInputStream.

Definition at line 1980 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ skipRawVarint() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawVarint ( ) throws IOException
inlineprivate

◆ skipRawVarint() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawVarint ( ) throws IOException
inlineprivate

◆ skipRawVarintFastPath() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawVarintFastPath ( ) throws IOException
inlineprivate

◆ skipRawVarintFastPath() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawVarintFastPath ( ) throws IOException
inlineprivate

◆ skipRawVarintSlowPath() [1/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawVarintSlowPath ( ) throws IOException
inlineprivate

◆ skipRawVarintSlowPath() [2/2]

void com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.skipRawVarintSlowPath ( ) throws IOException
inlineprivate

◆ slice() [1/2]

ByteBuffer com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.slice ( long  begin,
long  end 
) throws IOException
inlineprivate

◆ slice() [2/2]

ByteBuffer com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.slice ( long  begin,
long  end 
) throws IOException
inlineprivate

Member Data Documentation

◆ address

final long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.address
private

The unsafe address of the content of buffer.

Definition at line 1291 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ buffer

final ByteBuffer com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.buffer
private

The direct buffer that is backing this stream.

Definition at line 1282 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ bufferSizeAfterLimit

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.bufferSizeAfterLimit
private

The amount of available data in the buffer beyond limit.

Definition at line 1303 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ currentLimit

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.currentLimit = Integer.MAX_VALUE
private

The absolute position of the end of the current message.

Definition at line 1315 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ enableAliasing

boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.enableAliasing
private

If

true

, indicates that calls to read ByteString or

byte[]

may return slices of the underlying buffer, rather than copies.

Definition at line 1312 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ immutable

final boolean com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.immutable
private

If

true

, indicates that the buffer is backing a ByteString and is therefore considered to be an immutable input source.

Definition at line 1288 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ lastTag

int com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.lastTag
private

The last tag that was read from this stream.

Definition at line 1306 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ limit

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.limit
private

The unsafe address of the current read limit of the buffer.

Definition at line 1294 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ pos

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.pos
private

The unsafe address of the current read position of the buffer.

Definition at line 1297 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.

◆ startPos

long com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.startPos
private

The unsafe address of the starting read position.

Definition at line 1300 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java.


The documentation for this class was generated from the following file:
google::protobuf::int64
int64_t int64
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/port.h:151
google::protobuf::uint32
uint32_t uint32
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/port.h:155
google::protobuf::python::cmessage::UnknownFieldSet
static PyObject * UnknownFieldSet(CMessage *self)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/message.cc:2512
com.google.protobuf.CodedInputStream.CodedInputStream
CodedInputStream()
Definition: bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java:198
google::protobuf::int32
int32_t int32
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/port.h:150
com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.currentLimit
int currentLimit
Definition: bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java:1315
google::protobuf::uint64
uint64_t uint64
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/port.h:156
com.google.protobuf.CodedInputStream.UnsafeDirectNioDecoder.pushLimit
int pushLimit(int byteLimit)
Definition: bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java:1905
upload.group
group
Definition: bloaty/third_party/googletest/googlemock/scripts/upload.py:397
bytes
uint8 bytes[10]
Definition: bloaty/third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc:153
size
voidpf void uLong size
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:02