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

Classes

class  OneTimeIterable
 
class  OneTimeIterable
 
class  OneTimeIterableList
 
class  OneTimeIterableList
 

Public Member Functions

void setUp () throws Exception
 
void setUp () throws Exception
 
void testAddAll ()
 
void testAddAll ()
 
void testAddAllIteratesOnce ()
 
void testAddAllIteratesOnce ()
 
void testAddAllIteratesOnce_throwsOnNull ()
 
void testAddAllIteratesOnce_throwsOnNull ()
 
void testBuilderMergeFromNull () throws Exception
 
void testBuilderMergeFromNull () throws Exception
 
void testBuilderMergeFromWithExtensions () throws Exception
 
void testBuilderMergeFromWithExtensions () throws Exception
 
void testBuilderMergeFromWithUnknownFields () throws Exception
 
void testBuilderMergeFromWithUnknownFields () throws Exception
 
void testClone ()
 
void testClone ()
 
void testEquals () throws Exception
 
void testEquals () throws Exception
 
void testEquals_notEqual () throws Exception
 
void testEquals_notEqual () throws Exception
 
void testEquals_oneOfMessages ()
 
void testEquals_oneOfMessages ()
 
void testEquals_sanity () throws Exception
 
void testEquals_sanity () throws Exception
 
void testEqualsAndHashCodeForTrickySchemaTypes ()
 
void testEqualsAndHashCodeForTrickySchemaTypes ()
 
void testEqualsAndHashCodeWithExtensions () throws InvalidProtocolBufferException
 
void testEqualsAndHashCodeWithExtensions () throws InvalidProtocolBufferException
 
void testEqualsAndHashCodeWithUnknownFields () throws InvalidProtocolBufferException
 
void testEqualsAndHashCodeWithUnknownFields () throws InvalidProtocolBufferException
 
void testExtensionRenamesKeywords ()
 
void testExtensionRenamesKeywords ()
 
void testHugeFieldNumbers () throws InvalidProtocolBufferException
 
void testHugeFieldNumbers () throws InvalidProtocolBufferException
 
void testLite () throws Exception
 
void testLite () throws Exception
 
void testLite_unknownEnumAtListBoundary () throws Exception
 
void testLite_unknownEnumAtListBoundary () throws Exception
 
void testLiteExtensions () throws Exception
 
void testLiteExtensions () throws Exception
 
void testMemoization () throws Exception
 
void testMemoization () throws Exception
 
void testMergeFrom_differentFieldsOfSameTypeSetWithinOneField () throws Exception
 
void testMergeFrom_differentFieldsSetWithinOneField () throws Exception
 
void testMergeFrom_failureWhenReadingValue_propagatesOriginalException ()
 
void testMergeFrom_sameFieldSetWithinOneofField () throws Exception
 
void testMergeFrom_sanity () throws Exception
 
void testMergeFrom_sanity () throws Exception
 
void testMergeFromNoLazyFieldSharing () throws Exception
 
void testMergeFromNoLazyFieldSharing () throws Exception
 
void testMergeFromStream_invalidBytes () throws Exception
 
void testMergeFromStream_invalidBytes () throws Exception
 
void testMergeFromStream_repeatedField () throws Exception
 
void testMergeFromStream_repeatedField () throws Exception
 
void testNegative0FloatingPointEquality () throws Exception
 
void testNullExtensionRegistry () throws Exception
 
void testNullExtensionRegistry () throws Exception
 
void testOneofEquals () throws Exception
 
void testOneofEquals () throws Exception
 
void testPackedSerialization () throws Exception
 
void testPackedSerialization () throws Exception
 
void testParseDelimitedFromStream_IOExceptionNotLost () throws Exception
 
void testParseFromArray_manyNestedMessagesError () throws Exception
 
void testParseFromByteBuffer () throws Exception
 
void testParseFromByteBuffer () throws Exception
 
void testParseFromByteBuffer_extensions () throws Exception
 
void testParseFromByteBuffer_extensions () throws Exception
 
void testParseFromByteBufferThrows ()
 
void testParseFromByteBufferThrows ()
 
void testParseFromByteBufferThrows_extensions ()
 
void testParseFromByteBufferThrows_extensions ()
 
void testParseFromStream_IOExceptionNotLost () throws Exception
 
void testParseFromStream_manyNestedMessagesError () throws Exception
 
void testParseFromStream_sneakyNestedException () throws Exception
 
void testParseLazy () throws Exception
 
void testParseLazy () throws Exception
 
void testParseLazy_oneOf () throws Exception
 
void testParseLazy_oneOf () throws Exception
 
void testPreservesFloatingPointNegative0 () throws Exception
 
void testRecursiveHashcode ()
 
void testRecursiveHashcode ()
 
void testSanityCopyOnWrite () throws InvalidProtocolBufferException
 
void testSanityCopyOnWrite () throws InvalidProtocolBufferException
 
void testSerializeToOutputStreamThrowsIOException ()
 
void testSerializeToOutputStreamThrowsIOException ()
 
void testToStringDefaultInstance () throws Exception
 
void testToStringDefaultInstance () throws Exception
 
void testToStringExtensions () throws Exception
 
void testToStringExtensions () throws Exception
 
void testToStringForeignFields () throws Exception
 
void testToStringForeignFields () throws Exception
 
void testToStringGroup () throws Exception
 
void testToStringGroup () throws Exception
 
void testToStringLazyMessage () throws Exception
 
void testToStringLazyMessage () throws Exception
 
void testToStringMapFields () throws Exception
 
void testToStringMapFields () throws Exception
 
void testToStringNestedMessage () throws Exception
 
void testToStringNestedMessage () throws Exception
 
void testToStringOneof () throws Exception
 
void testToStringOneof () throws Exception
 
void testToStringPrimitives () throws Exception
 
void testToStringPrimitives () throws Exception
 
void testToStringRepeatedFields () throws Exception
 
void testToStringRepeatedFields () throws Exception
 
void testToStringScalarFieldsSuffixedWithList () throws Exception
 
void testToStringScalarFieldsSuffixedWithList () throws Exception
 
void testToStringStringFields () throws Exception
 
void testToStringStringFields () throws Exception
 
void testToStringUnknownFields () throws Exception
 
void testToStringUnknownFields () throws Exception
 
void testUnpairedSurrogatesReplacedByQuestionMark () throws InvalidProtocolBufferException
 
void testUnpairedSurrogatesReplacedByQuestionMark () throws InvalidProtocolBufferException
 

Private Member Functions

void assertEqualsAndHashCodeAreFalse (Object o1, Object o2)
 
void assertEqualsAndHashCodeAreFalse (Object o1, Object o2)
 
boolean contains (ByteString a, ByteString b)
 
boolean contains (ByteString a, ByteString b)
 
String encodeHex (ByteString bytes)
 
String encodeHex (ByteString bytes)
 

Static Private Member Functions

static void assertToStringEquals (String expected, MessageLite message)
 
static void assertToStringEquals (String expected, MessageLite message)
 

Detailed Description

Test lite runtime.

Author
kento.nosp@m.n@go.nosp@m.ogle..nosp@m.com Kenton Varda

Test lite runtime.

Definition at line 77 of file bloaty/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/LiteTest.java.

Member Function Documentation

◆ assertEqualsAndHashCodeAreFalse() [1/2]

void com.google.protobuf.LiteTest.assertEqualsAndHashCodeAreFalse ( Object  o1,
Object  o2 
)
inlineprivate

◆ assertEqualsAndHashCodeAreFalse() [2/2]

void com.google.protobuf.LiteTest.assertEqualsAndHashCodeAreFalse ( Object  o1,
Object  o2 
)
inlineprivate

◆ assertToStringEquals() [1/2]

static void com.google.protobuf.LiteTest.assertToStringEquals ( String  expected,
MessageLite  message 
)
inlinestaticprivate

◆ assertToStringEquals() [2/2]

static void com.google.protobuf.LiteTest.assertToStringEquals ( String  expected,
MessageLite  message 
)
inlinestaticprivate

◆ contains() [1/2]

boolean com.google.protobuf.LiteTest.contains ( ByteString  a,
ByteString  b 
)
inlineprivate

◆ contains() [2/2]

boolean com.google.protobuf.LiteTest.contains ( ByteString  a,
ByteString  b 
)
inlineprivate

◆ encodeHex() [1/2]

String com.google.protobuf.LiteTest.encodeHex ( ByteString  bytes)
inlineprivate

◆ encodeHex() [2/2]

String com.google.protobuf.LiteTest.encodeHex ( ByteString  bytes)
inlineprivate

◆ setUp() [1/2]

void com.google.protobuf.LiteTest.setUp ( ) throws Exception
inline

◆ setUp() [2/2]

void com.google.protobuf.LiteTest.setUp ( ) throws Exception
inline

◆ testAddAll() [1/2]

void com.google.protobuf.LiteTest.testAddAll ( )
inline

◆ testAddAll() [2/2]

void com.google.protobuf.LiteTest.testAddAll ( )
inline

◆ testAddAllIteratesOnce() [1/2]

void com.google.protobuf.LiteTest.testAddAllIteratesOnce ( )
inline

◆ testAddAllIteratesOnce() [2/2]

void com.google.protobuf.LiteTest.testAddAllIteratesOnce ( )
inline

◆ testAddAllIteratesOnce_throwsOnNull() [1/2]

void com.google.protobuf.LiteTest.testAddAllIteratesOnce_throwsOnNull ( )
inline

◆ testAddAllIteratesOnce_throwsOnNull() [2/2]

void com.google.protobuf.LiteTest.testAddAllIteratesOnce_throwsOnNull ( )
inline

◆ testBuilderMergeFromNull() [1/2]

void com.google.protobuf.LiteTest.testBuilderMergeFromNull ( ) throws Exception
inline

◆ testBuilderMergeFromNull() [2/2]

void com.google.protobuf.LiteTest.testBuilderMergeFromNull ( ) throws Exception
inline

◆ testBuilderMergeFromWithExtensions() [1/2]

void com.google.protobuf.LiteTest.testBuilderMergeFromWithExtensions ( ) throws Exception
inline

◆ testBuilderMergeFromWithExtensions() [2/2]

void com.google.protobuf.LiteTest.testBuilderMergeFromWithExtensions ( ) throws Exception
inline

◆ testBuilderMergeFromWithUnknownFields() [1/2]

void com.google.protobuf.LiteTest.testBuilderMergeFromWithUnknownFields ( ) throws Exception
inline

◆ testBuilderMergeFromWithUnknownFields() [2/2]

void com.google.protobuf.LiteTest.testBuilderMergeFromWithUnknownFields ( ) throws Exception
inline

◆ testClone() [1/2]

void com.google.protobuf.LiteTest.testClone ( )
inline

◆ testClone() [2/2]

void com.google.protobuf.LiteTest.testClone ( )
inline

◆ testEquals() [1/2]

void com.google.protobuf.LiteTest.testEquals ( ) throws Exception
inline

◆ testEquals() [2/2]

void com.google.protobuf.LiteTest.testEquals ( ) throws Exception
inline

◆ testEquals_notEqual() [1/2]

void com.google.protobuf.LiteTest.testEquals_notEqual ( ) throws Exception
inline

◆ testEquals_notEqual() [2/2]

void com.google.protobuf.LiteTest.testEquals_notEqual ( ) throws Exception
inline

◆ testEquals_oneOfMessages() [1/2]

void com.google.protobuf.LiteTest.testEquals_oneOfMessages ( )
inline

◆ testEquals_oneOfMessages() [2/2]

void com.google.protobuf.LiteTest.testEquals_oneOfMessages ( )
inline

◆ testEquals_sanity() [1/2]

void com.google.protobuf.LiteTest.testEquals_sanity ( ) throws Exception
inline

◆ testEquals_sanity() [2/2]

void com.google.protobuf.LiteTest.testEquals_sanity ( ) throws Exception
inline

◆ testEqualsAndHashCodeForTrickySchemaTypes() [1/2]

void com.google.protobuf.LiteTest.testEqualsAndHashCodeForTrickySchemaTypes ( )
inline

◆ testEqualsAndHashCodeForTrickySchemaTypes() [2/2]

void com.google.protobuf.LiteTest.testEqualsAndHashCodeForTrickySchemaTypes ( )
inline

◆ testEqualsAndHashCodeWithExtensions() [1/2]

void com.google.protobuf.LiteTest.testEqualsAndHashCodeWithExtensions ( ) throws InvalidProtocolBufferException
inline

◆ testEqualsAndHashCodeWithExtensions() [2/2]

void com.google.protobuf.LiteTest.testEqualsAndHashCodeWithExtensions ( ) throws InvalidProtocolBufferException
inline

◆ testEqualsAndHashCodeWithUnknownFields() [1/2]

void com.google.protobuf.LiteTest.testEqualsAndHashCodeWithUnknownFields ( ) throws InvalidProtocolBufferException
inline

◆ testEqualsAndHashCodeWithUnknownFields() [2/2]

void com.google.protobuf.LiteTest.testEqualsAndHashCodeWithUnknownFields ( ) throws InvalidProtocolBufferException
inline

◆ testExtensionRenamesKeywords() [1/2]

void com.google.protobuf.LiteTest.testExtensionRenamesKeywords ( )
inline

◆ testExtensionRenamesKeywords() [2/2]

void com.google.protobuf.LiteTest.testExtensionRenamesKeywords ( )
inline

◆ testHugeFieldNumbers() [1/2]

void com.google.protobuf.LiteTest.testHugeFieldNumbers ( ) throws InvalidProtocolBufferException
inline

◆ testHugeFieldNumbers() [2/2]

void com.google.protobuf.LiteTest.testHugeFieldNumbers ( ) throws InvalidProtocolBufferException
inline

◆ testLite() [1/2]

void com.google.protobuf.LiteTest.testLite ( ) throws Exception
inline

◆ testLite() [2/2]

void com.google.protobuf.LiteTest.testLite ( ) throws Exception
inline

◆ testLite_unknownEnumAtListBoundary() [1/2]

void com.google.protobuf.LiteTest.testLite_unknownEnumAtListBoundary ( ) throws Exception
inline

◆ testLite_unknownEnumAtListBoundary() [2/2]

void com.google.protobuf.LiteTest.testLite_unknownEnumAtListBoundary ( ) throws Exception
inline

◆ testLiteExtensions() [1/2]

void com.google.protobuf.LiteTest.testLiteExtensions ( ) throws Exception
inline

◆ testLiteExtensions() [2/2]

void com.google.protobuf.LiteTest.testLiteExtensions ( ) throws Exception
inline

◆ testMemoization() [1/2]

void com.google.protobuf.LiteTest.testMemoization ( ) throws Exception
inline

◆ testMemoization() [2/2]

void com.google.protobuf.LiteTest.testMemoization ( ) throws Exception
inline

◆ testMergeFrom_differentFieldsOfSameTypeSetWithinOneField()

void com.google.protobuf.LiteTest.testMergeFrom_differentFieldsOfSameTypeSetWithinOneField ( ) throws Exception
inline

◆ testMergeFrom_differentFieldsSetWithinOneField()

void com.google.protobuf.LiteTest.testMergeFrom_differentFieldsSetWithinOneField ( ) throws Exception
inline

◆ testMergeFrom_failureWhenReadingValue_propagatesOriginalException()

void com.google.protobuf.LiteTest.testMergeFrom_failureWhenReadingValue_propagatesOriginalException ( )
inline

◆ testMergeFrom_sameFieldSetWithinOneofField()

void com.google.protobuf.LiteTest.testMergeFrom_sameFieldSetWithinOneofField ( ) throws Exception
inline

◆ testMergeFrom_sanity() [1/2]

void com.google.protobuf.LiteTest.testMergeFrom_sanity ( ) throws Exception
inline

◆ testMergeFrom_sanity() [2/2]

void com.google.protobuf.LiteTest.testMergeFrom_sanity ( ) throws Exception
inline

◆ testMergeFromNoLazyFieldSharing() [1/2]

void com.google.protobuf.LiteTest.testMergeFromNoLazyFieldSharing ( ) throws Exception
inline

◆ testMergeFromNoLazyFieldSharing() [2/2]

void com.google.protobuf.LiteTest.testMergeFromNoLazyFieldSharing ( ) throws Exception
inline

◆ testMergeFromStream_invalidBytes() [1/2]

void com.google.protobuf.LiteTest.testMergeFromStream_invalidBytes ( ) throws Exception
inline

◆ testMergeFromStream_invalidBytes() [2/2]

void com.google.protobuf.LiteTest.testMergeFromStream_invalidBytes ( ) throws Exception
inline

◆ testMergeFromStream_repeatedField() [1/2]

void com.google.protobuf.LiteTest.testMergeFromStream_repeatedField ( ) throws Exception
inline

◆ testMergeFromStream_repeatedField() [2/2]

void com.google.protobuf.LiteTest.testMergeFromStream_repeatedField ( ) throws Exception
inline

◆ testNegative0FloatingPointEquality()

void com.google.protobuf.LiteTest.testNegative0FloatingPointEquality ( ) throws Exception
inline

◆ testNullExtensionRegistry() [1/2]

void com.google.protobuf.LiteTest.testNullExtensionRegistry ( ) throws Exception
inline

◆ testNullExtensionRegistry() [2/2]

void com.google.protobuf.LiteTest.testNullExtensionRegistry ( ) throws Exception
inline

◆ testOneofEquals() [1/2]

void com.google.protobuf.LiteTest.testOneofEquals ( ) throws Exception
inline

◆ testOneofEquals() [2/2]

void com.google.protobuf.LiteTest.testOneofEquals ( ) throws Exception
inline

◆ testPackedSerialization() [1/2]

void com.google.protobuf.LiteTest.testPackedSerialization ( ) throws Exception
inline

◆ testPackedSerialization() [2/2]

void com.google.protobuf.LiteTest.testPackedSerialization ( ) throws Exception
inline

◆ testParseDelimitedFromStream_IOExceptionNotLost()

void com.google.protobuf.LiteTest.testParseDelimitedFromStream_IOExceptionNotLost ( ) throws Exception
inline

◆ testParseFromArray_manyNestedMessagesError()

void com.google.protobuf.LiteTest.testParseFromArray_manyNestedMessagesError ( ) throws Exception
inline

◆ testParseFromByteBuffer() [1/2]

void com.google.protobuf.LiteTest.testParseFromByteBuffer ( ) throws Exception
inline

◆ testParseFromByteBuffer() [2/2]

void com.google.protobuf.LiteTest.testParseFromByteBuffer ( ) throws Exception
inline

◆ testParseFromByteBuffer_extensions() [1/2]

void com.google.protobuf.LiteTest.testParseFromByteBuffer_extensions ( ) throws Exception
inline

◆ testParseFromByteBuffer_extensions() [2/2]

void com.google.protobuf.LiteTest.testParseFromByteBuffer_extensions ( ) throws Exception
inline

◆ testParseFromByteBufferThrows() [1/2]

void com.google.protobuf.LiteTest.testParseFromByteBufferThrows ( )
inline

◆ testParseFromByteBufferThrows() [2/2]

void com.google.protobuf.LiteTest.testParseFromByteBufferThrows ( )
inline

◆ testParseFromByteBufferThrows_extensions() [1/2]

void com.google.protobuf.LiteTest.testParseFromByteBufferThrows_extensions ( )
inline

◆ testParseFromByteBufferThrows_extensions() [2/2]

void com.google.protobuf.LiteTest.testParseFromByteBufferThrows_extensions ( )
inline

◆ testParseFromStream_IOExceptionNotLost()

void com.google.protobuf.LiteTest.testParseFromStream_IOExceptionNotLost ( ) throws Exception
inline

◆ testParseFromStream_manyNestedMessagesError()

void com.google.protobuf.LiteTest.testParseFromStream_manyNestedMessagesError ( ) throws Exception
inline

◆ testParseFromStream_sneakyNestedException()

void com.google.protobuf.LiteTest.testParseFromStream_sneakyNestedException ( ) throws Exception
inline

◆ testParseLazy() [1/2]

void com.google.protobuf.LiteTest.testParseLazy ( ) throws Exception
inline

◆ testParseLazy() [2/2]

void com.google.protobuf.LiteTest.testParseLazy ( ) throws Exception
inline

◆ testParseLazy_oneOf() [1/2]

void com.google.protobuf.LiteTest.testParseLazy_oneOf ( ) throws Exception
inline

◆ testParseLazy_oneOf() [2/2]

void com.google.protobuf.LiteTest.testParseLazy_oneOf ( ) throws Exception
inline

◆ testPreservesFloatingPointNegative0()

void com.google.protobuf.LiteTest.testPreservesFloatingPointNegative0 ( ) throws Exception
inline

◆ testRecursiveHashcode() [1/2]

void com.google.protobuf.LiteTest.testRecursiveHashcode ( )
inline

◆ testRecursiveHashcode() [2/2]

void com.google.protobuf.LiteTest.testRecursiveHashcode ( )
inline

◆ testSanityCopyOnWrite() [1/2]

void com.google.protobuf.LiteTest.testSanityCopyOnWrite ( ) throws InvalidProtocolBufferException
inline

◆ testSanityCopyOnWrite() [2/2]

void com.google.protobuf.LiteTest.testSanityCopyOnWrite ( ) throws InvalidProtocolBufferException
inline

◆ testSerializeToOutputStreamThrowsIOException() [1/2]

void com.google.protobuf.LiteTest.testSerializeToOutputStreamThrowsIOException ( )
inline

◆ testSerializeToOutputStreamThrowsIOException() [2/2]

void com.google.protobuf.LiteTest.testSerializeToOutputStreamThrowsIOException ( )
inline

◆ testToStringDefaultInstance() [1/2]

void com.google.protobuf.LiteTest.testToStringDefaultInstance ( ) throws Exception
inline

◆ testToStringDefaultInstance() [2/2]

void com.google.protobuf.LiteTest.testToStringDefaultInstance ( ) throws Exception
inline

◆ testToStringExtensions() [1/2]

void com.google.protobuf.LiteTest.testToStringExtensions ( ) throws Exception
inline

◆ testToStringExtensions() [2/2]

void com.google.protobuf.LiteTest.testToStringExtensions ( ) throws Exception
inline

◆ testToStringForeignFields() [1/2]

void com.google.protobuf.LiteTest.testToStringForeignFields ( ) throws Exception
inline

◆ testToStringForeignFields() [2/2]

void com.google.protobuf.LiteTest.testToStringForeignFields ( ) throws Exception
inline

◆ testToStringGroup() [1/2]

void com.google.protobuf.LiteTest.testToStringGroup ( ) throws Exception
inline

◆ testToStringGroup() [2/2]

void com.google.protobuf.LiteTest.testToStringGroup ( ) throws Exception
inline

◆ testToStringLazyMessage() [1/2]

void com.google.protobuf.LiteTest.testToStringLazyMessage ( ) throws Exception
inline

◆ testToStringLazyMessage() [2/2]

void com.google.protobuf.LiteTest.testToStringLazyMessage ( ) throws Exception
inline

◆ testToStringMapFields() [1/2]

void com.google.protobuf.LiteTest.testToStringMapFields ( ) throws Exception
inline

◆ testToStringMapFields() [2/2]

void com.google.protobuf.LiteTest.testToStringMapFields ( ) throws Exception
inline

◆ testToStringNestedMessage() [1/2]

void com.google.protobuf.LiteTest.testToStringNestedMessage ( ) throws Exception
inline

◆ testToStringNestedMessage() [2/2]

void com.google.protobuf.LiteTest.testToStringNestedMessage ( ) throws Exception
inline

◆ testToStringOneof() [1/2]

void com.google.protobuf.LiteTest.testToStringOneof ( ) throws Exception
inline

◆ testToStringOneof() [2/2]

void com.google.protobuf.LiteTest.testToStringOneof ( ) throws Exception
inline

◆ testToStringPrimitives() [1/2]

void com.google.protobuf.LiteTest.testToStringPrimitives ( ) throws Exception
inline

◆ testToStringPrimitives() [2/2]

void com.google.protobuf.LiteTest.testToStringPrimitives ( ) throws Exception
inline

◆ testToStringRepeatedFields() [1/2]

void com.google.protobuf.LiteTest.testToStringRepeatedFields ( ) throws Exception
inline

◆ testToStringRepeatedFields() [2/2]

void com.google.protobuf.LiteTest.testToStringRepeatedFields ( ) throws Exception
inline

◆ testToStringScalarFieldsSuffixedWithList() [1/2]

void com.google.protobuf.LiteTest.testToStringScalarFieldsSuffixedWithList ( ) throws Exception
inline

◆ testToStringScalarFieldsSuffixedWithList() [2/2]

void com.google.protobuf.LiteTest.testToStringScalarFieldsSuffixedWithList ( ) throws Exception
inline

◆ testToStringStringFields() [1/2]

void com.google.protobuf.LiteTest.testToStringStringFields ( ) throws Exception
inline

◆ testToStringStringFields() [2/2]

void com.google.protobuf.LiteTest.testToStringStringFields ( ) throws Exception
inline

◆ testToStringUnknownFields() [1/2]

void com.google.protobuf.LiteTest.testToStringUnknownFields ( ) throws Exception
inline

◆ testToStringUnknownFields() [2/2]

void com.google.protobuf.LiteTest.testToStringUnknownFields ( ) throws Exception
inline

◆ testUnpairedSurrogatesReplacedByQuestionMark() [1/2]

void com.google.protobuf.LiteTest.testUnpairedSurrogatesReplacedByQuestionMark ( ) throws InvalidProtocolBufferException
inline

◆ testUnpairedSurrogatesReplacedByQuestionMark() [2/2]

void com.google.protobuf.LiteTest.testUnpairedSurrogatesReplacedByQuestionMark ( ) throws InvalidProtocolBufferException
inline

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


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