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

Public Member Functions

void setUp ()
 
void setUp ()
 
void testException_decodeBytes ()
 
void testException_decodeBytes ()
 
void testException_decodeBytesList_first ()
 
void testException_decodeBytesList_first ()
 
void testException_decodeBytesList_second ()
 
void testException_decodeBytesList_second ()
 
void testException_decodeHugeField ()
 
void testException_decodeHugeField ()
 
void testException_decodeString ()
 
void testException_decodeString ()
 
void testException_decodeStringList_first ()
 
void testException_decodeStringList_first ()
 
void testException_decodeStringList_second ()
 
void testException_decodeStringList_second ()
 
void testException_decodeStringListRequireUtf8_first ()
 
void testException_decodeStringListRequireUtf8_first ()
 
void testException_decodeStringListRequireUtf8_second ()
 
void testException_decodeStringListRequireUtf8_second ()
 
void testException_decodeStringRequireUtf8 ()
 
void testException_decodeStringRequireUtf8 ()
 
void testException_decodeUnknownField ()
 
void testException_decodeUnknownField ()
 

Static Private Member Functions

static ByteString generateNegativeLength (int count)
 
static ByteString generateNegativeLength (int count)
 

Private Attributes

Registers registers
 

Static Private Attributes

static final ByteString NEGATIVE_SIZE_0 = generateNegativeLength(0)
 
static final ByteString NEGATIVE_SIZE_1 = generateNegativeLength(1)
 
static final int TAG = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED)
 

Detailed Description

Definition at line 37 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ArrayDecodersTest.java.

Member Function Documentation

◆ generateNegativeLength() [1/2]

static ByteString com.google.protobuf.ArrayDecodersTest.generateNegativeLength ( int  count)
inlinestaticprivate

◆ generateNegativeLength() [2/2]

static ByteString com.google.protobuf.ArrayDecodersTest.generateNegativeLength ( int  count)
inlinestaticprivate

◆ setUp() [1/2]

void com.google.protobuf.ArrayDecodersTest.setUp ( )
inline

◆ setUp() [2/2]

void com.google.protobuf.ArrayDecodersTest.setUp ( )
inline

◆ testException_decodeBytes() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeBytes ( )
inline

◆ testException_decodeBytes() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeBytes ( )
inline

◆ testException_decodeBytesList_first() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeBytesList_first ( )
inline

◆ testException_decodeBytesList_first() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeBytesList_first ( )
inline

◆ testException_decodeBytesList_second() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeBytesList_second ( )
inline

◆ testException_decodeBytesList_second() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeBytesList_second ( )
inline

◆ testException_decodeHugeField() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeHugeField ( )
inline

◆ testException_decodeHugeField() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeHugeField ( )
inline

◆ testException_decodeString() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeString ( )
inline

◆ testException_decodeString() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeString ( )
inline

◆ testException_decodeStringList_first() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringList_first ( )
inline

◆ testException_decodeStringList_first() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringList_first ( )
inline

◆ testException_decodeStringList_second() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringList_second ( )
inline

◆ testException_decodeStringList_second() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringList_second ( )
inline

◆ testException_decodeStringListRequireUtf8_first() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringListRequireUtf8_first ( )
inline

◆ testException_decodeStringListRequireUtf8_first() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringListRequireUtf8_first ( )
inline

◆ testException_decodeStringListRequireUtf8_second() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringListRequireUtf8_second ( )
inline

◆ testException_decodeStringListRequireUtf8_second() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringListRequireUtf8_second ( )
inline

◆ testException_decodeStringRequireUtf8() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringRequireUtf8 ( )
inline

◆ testException_decodeStringRequireUtf8() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeStringRequireUtf8 ( )
inline

◆ testException_decodeUnknownField() [1/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeUnknownField ( )
inline

◆ testException_decodeUnknownField() [2/2]

void com.google.protobuf.ArrayDecodersTest.testException_decodeUnknownField ( )
inline

Member Data Documentation

◆ NEGATIVE_SIZE_0

static final ByteString com.google.protobuf.ArrayDecodersTest.NEGATIVE_SIZE_0 = generateNegativeLength(0)
staticprivate

◆ NEGATIVE_SIZE_1

static final ByteString com.google.protobuf.ArrayDecodersTest.NEGATIVE_SIZE_1 = generateNegativeLength(1)
staticprivate

◆ registers

Registers com.google.protobuf.ArrayDecodersTest.registers
private

◆ TAG

static final int com.google.protobuf.ArrayDecodersTest.TAG = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED)
staticprivate

The documentation for this class was generated from the following file:


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