Public Member Functions | List of all members
google.protobuf.internal.reflection_test.ReflectionTest Class Reference
Inheritance diagram for google.protobuf.internal.reflection_test.ReflectionTest:
Inheritance graph
[legend]

Public Member Functions

def assertInitialized (self, proto)
 
def assertIntegerTypes (self, integer_fn)
 
def assertIntegerTypes (self, integer_fn, message_module)
 
def assertListsEqual (self, values, others)
 
def assertListsEqual (self, values, others)
 
def assertNotInitialized (self, proto, error_size=None)
 
def assetIntegerBoundsChecking (self, integer_fn)
 
def assetIntegerBoundsChecking (self, integer_fn, message_module)
 
def testBytesInTextFormat (self)
 
def testBytesInTextFormat (self, message_module)
 
def testClear (self)
 
def testClearFieldWithUnknownFieldName (self)
 
def testClearFieldWithUnknownFieldName (self, message_module)
 
def testClearRemovesChildren (self)
 
def testConstructorInvalidatesCachedByteSize (self)
 
def testConstructorInvalidatesCachedByteSize (self, message_module)
 
def testConstructorTypeError (self)
 
def testConstructorTypeError (self, message_module)
 
def testCopyFromAllFields (self)
 
def testCopyFromAllFields (self, message_module)
 
def testCopyFromBadType (self)
 
def testCopyFromRepeatedField (self)
 
def testCopyFromRepeatedField (self, message_module)
 
def testCopyFromSelf (self)
 
def testCopyFromSelf (self, message_module)
 
def testCopyFromSingularField (self)
 
def testCopyFromSingularField (self, message_module)
 
def testDeepCopy (self)
 
def testDeepCopy (self, message_module)
 
def testDefaultValues (self)
 
def testDescriptorProtoSupport (self)
 
def testDisallowedAssignments (self)
 
def testDisallowedAssignments (self, message_module)
 
def testDisconnectingBeforeClear (self)
 
def testDisconnectingBeforeClear (self, message_module)
 
def testDisconnectingInOneof (self)
 
def testDisconnectingLazyNestedMessage (self)
 
def testDisconnectingLazyNestedMessage (self, message_module)
 
def testDisconnectingNestedMessageAfterMerge (self)
 
def testDisconnectingNestedMessageAfterMerge (self, message_module)
 
def testDisconnectingNestedMessageAfterSettingField (self)
 
def testDisconnectingNestedMessageAfterSettingField (self, message_module)
 
def testDisconnectingNestedMessageBeforeGettingField (self)
 
def testDisconnectingNestedMessageBeforeGettingField (self, message_module)
 
def testDisconnectingNestedMessageBeforeSettingField (self)
 
def testDisconnectionAfterClearingEmptyMessage (self)
 
def testEmptyNestedMessage (self)
 
def testEmptyNestedMessage (self, message_module)
 
def testEnum_KeysAndValues (self)
 
def testEnum_KeysAndValues (self, message_module)
 
def testEnum_Name (self)
 
def testEnum_Name (self, message_module)
 
def testEnum_Value (self)
 
def testEnum_Value (self, message_module)
 
def testEnums (self)
 
def testEnums (self, message_module)
 
def testExtensionContainsError (self)
 
def testExtensionDelete (self)
 
def testExtensionFailureModes (self)
 
def testExtensionIter (self)
 
def testFileDescriptorErrors (self)
 
def testGetDefaultMessageAfterDisconnectingDefaultMessage (self)
 
def testGetDefaultMessageAfterDisconnectingDefaultMessage (self, message_module)
 
def testHandWrittenReflection (self)
 
def testHasBitsForAncestorsOfExtendedMessage (self)
 
def testHasBitsForManyLevelsOfNesting (self)
 
def testHasBitsWhenModifyingRepeatedFields (self)
 
def testHasBitsWithSinglyNestedScalar (self)
 
def testHasFieldWithUnknownFieldName (self)
 
def testIllegalValuesForIntegers (self)
 
def testIllegalValuesForIntegers (self, message_module)
 
def testIntegerTypes (self)
 
def testIntegerTypes (self, message_module)
 
def testIsInitialized (self)
 
def testListFieldsAndExtensions (self)
 
def testMergeFromAllFields (self)
 
def testMergeFromAllFields (self, message_module)
 
def testMergeFromBug (self)
 
def testMergeFromBug (self, message_module)
 
def testMergeFromExtensionsNestedMessage (self)
 
def testMergeFromExtensionsRepeated (self)
 
def testMergeFromExtensionsSingular (self)
 
def testMergeFromOptionalGroup (self)
 
def testMergeFromRepeatedField (self)
 
def testMergeFromRepeatedField (self, message_module)
 
def testMergeFromRepeatedNestedMessage (self)
 
def testMergeFromRepeatedNestedMessage (self, message_module)
 
def testMergeFromSingularField (self)
 
def testMergeFromSingularField (self, message_module)
 
def testMixedConstructor (self)
 
def testMixedConstructor (self, message_module)
 
def testNestedExtensions (self)
 
def testNonStandardIntegerTypes (self)
 
def testNonStandardIntegerTypes (self, message_module)
 
def testNonStandardSingleScalarBoundsChecking (self)
 
def testNonStandardSingleScalarBoundsChecking (self, message_module)
 
def testOneOf (self)
 
def testOneOf (self, message_module)
 
def testPackageInitializationImport (self)
 
def testReferencesToNestedMessage (self)
 
def testReferencesToNestedMessage (self, message_module)
 
def testRegisteredExtensions (self)
 
def testRepeatedCompositeConstructor (self)
 
def testRepeatedCompositeRemove (self)
 
def testRepeatedComposites (self)
 
def testRepeatedListExtensions (self)
 
def testRepeatedListFields (self)
 
def testRepeatedListFields (self, message_module)
 
def testRepeatedScalarConstructor (self)
 
def testRepeatedScalarConstructor (self, message_module)
 
def testRepeatedScalars (self)
 
def testRepeatedScalarsRemove (self)
 
def testRepeatedScalarTypeSafety (self)
 
def testRepeatedScalarTypeSafety (self, message_module)
 
def testScalarConstructor (self)
 
def testScalarConstructor (self, message_module)
 
def testSetInParent (self)
 
def testSimpleHasBits (self)
 
def testSingleScalarBoundsChecking (self)
 
def testSingleScalarBoundsChecking (self, message_module)
 
def testSingleScalarClearField (self)
 
def testSingleScalarGettersAndSetters (self)
 
def testSingleScalarGettersAndSetters (self, message_module)
 
def testSingleScalarTypeSafety (self)
 
def testSingleScalarTypeSafety (self, message_module)
 
def testSingularListExtensions (self)
 
def testSingularListFields (self)
 
def testSingularListFields (self, message_module)
 
def testStaticParseFrom (self)
 
def testStaticParseFrom (self, message_module)
 
def testStringUTF8Encoding (self)
 
def testStringUTF8Encoding (self, message_module)
 
def testStringUTF8Serialization (self)
 
def testTopLevelExtensionsForOptionalMessage (self)
 
def testTopLevelExtensionsForOptionalScalar (self)
 
def testTopLevelExtensionsForRepeatedMessage (self)
 
def testTopLevelExtensionsForRepeatedScalar (self)
 

Detailed Description

Definition at line 117 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.

Member Function Documentation

◆ assertInitialized()

def google.protobuf.internal.reflection_test.ReflectionTest.assertInitialized (   self,
  proto 
)

◆ assertIntegerTypes() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.assertIntegerTypes (   self,
  integer_fn 
)
Verifies setting of scalar integers.

Args:
  integer_fn: A function to wrap the integers that will be assigned.

Definition at line 646 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.

◆ assertIntegerTypes() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.assertIntegerTypes (   self,
  integer_fn,
  message_module 
)
Verifies setting of scalar integers.

Args:
  integer_fn: A function to wrap the integers that will be assigned.
  message_module: unittest_pb2 or unittest_proto3_arena_pb2

Definition at line 386 of file protobuf/python/google/protobuf/internal/reflection_test.py.

◆ assertListsEqual() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.assertListsEqual (   self,
  values,
  others 
)

◆ assertListsEqual() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.assertListsEqual (   self,
  values,
  others 
)

◆ assertNotInitialized()

def google.protobuf.internal.reflection_test.ReflectionTest.assertNotInitialized (   self,
  proto,
  error_size = None 
)

◆ assetIntegerBoundsChecking() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.assetIntegerBoundsChecking (   self,
  integer_fn 
)
Verifies bounds checking for scalar integer fields.

Args:
  integer_fn: A function to wrap the integers that will be assigned.

Definition at line 694 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.

◆ assetIntegerBoundsChecking() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.assetIntegerBoundsChecking (   self,
  integer_fn,
  message_module 
)
Verifies bounds checking for scalar integer fields.

Args:
  integer_fn: A function to wrap the integers that will be assigned.
  message_module: unittest_pb2 or unittest_proto3_arena_pb2

Definition at line 435 of file protobuf/python/google/protobuf/internal/reflection_test.py.

◆ testBytesInTextFormat() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testBytesInTextFormat (   self)

◆ testBytesInTextFormat() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testBytesInTextFormat (   self,
  message_module 
)

◆ testClear()

def google.protobuf.internal.reflection_test.ReflectionTest.testClear (   self)

◆ testClearFieldWithUnknownFieldName() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testClearFieldWithUnknownFieldName (   self)

◆ testClearFieldWithUnknownFieldName() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testClearFieldWithUnknownFieldName (   self,
  message_module 
)

◆ testClearRemovesChildren()

def google.protobuf.internal.reflection_test.ReflectionTest.testClearRemovesChildren (   self)

◆ testConstructorInvalidatesCachedByteSize() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorInvalidatesCachedByteSize (   self)

◆ testConstructorInvalidatesCachedByteSize() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorInvalidatesCachedByteSize (   self,
  message_module 
)

◆ testConstructorTypeError() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorTypeError (   self)

◆ testConstructorTypeError() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorTypeError (   self,
  message_module 
)

◆ testCopyFromAllFields() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromAllFields (   self)

◆ testCopyFromAllFields() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromAllFields (   self,
  message_module 
)

◆ testCopyFromBadType()

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromBadType (   self)

◆ testCopyFromRepeatedField() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromRepeatedField (   self)

◆ testCopyFromRepeatedField() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromRepeatedField (   self,
  message_module 
)

◆ testCopyFromSelf() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSelf (   self)

◆ testCopyFromSelf() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSelf (   self,
  message_module 
)

◆ testCopyFromSingularField() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSingularField (   self)

◆ testCopyFromSingularField() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSingularField (   self,
  message_module 
)

◆ testDeepCopy() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDeepCopy (   self)

◆ testDeepCopy() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDeepCopy (   self,
  message_module 
)

◆ testDefaultValues()

def google.protobuf.internal.reflection_test.ReflectionTest.testDefaultValues (   self)

◆ testDescriptorProtoSupport()

def google.protobuf.internal.reflection_test.ReflectionTest.testDescriptorProtoSupport (   self)

◆ testDisallowedAssignments() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisallowedAssignments (   self)

◆ testDisallowedAssignments() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisallowedAssignments (   self,
  message_module 
)

◆ testDisconnectingBeforeClear() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingBeforeClear (   self)

◆ testDisconnectingBeforeClear() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingBeforeClear (   self,
  message_module 
)

◆ testDisconnectingInOneof()

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingInOneof (   self)

◆ testDisconnectingLazyNestedMessage() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingLazyNestedMessage (   self)

◆ testDisconnectingLazyNestedMessage() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingLazyNestedMessage (   self,
  message_module 
)

◆ testDisconnectingNestedMessageAfterMerge() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterMerge (   self)

◆ testDisconnectingNestedMessageAfterMerge() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterMerge (   self,
  message_module 
)

◆ testDisconnectingNestedMessageAfterSettingField() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterSettingField (   self)

◆ testDisconnectingNestedMessageAfterSettingField() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterSettingField (   self,
  message_module 
)

◆ testDisconnectingNestedMessageBeforeGettingField() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageBeforeGettingField (   self)

◆ testDisconnectingNestedMessageBeforeGettingField() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageBeforeGettingField (   self,
  message_module 
)

◆ testDisconnectingNestedMessageBeforeSettingField()

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageBeforeSettingField (   self)

◆ testDisconnectionAfterClearingEmptyMessage()

def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectionAfterClearingEmptyMessage (   self)

◆ testEmptyNestedMessage() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEmptyNestedMessage (   self)

◆ testEmptyNestedMessage() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEmptyNestedMessage (   self,
  message_module 
)

◆ testEnum_KeysAndValues() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_KeysAndValues (   self)

◆ testEnum_KeysAndValues() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_KeysAndValues (   self,
  message_module 
)

◆ testEnum_Name() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Name (   self)

◆ testEnum_Name() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Name (   self,
  message_module 
)

◆ testEnum_Value() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Value (   self)

◆ testEnum_Value() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Value (   self,
  message_module 
)

◆ testEnums() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnums (   self)

◆ testEnums() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testEnums (   self,
  message_module 
)

◆ testExtensionContainsError()

def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionContainsError (   self)

◆ testExtensionDelete()

def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionDelete (   self)

◆ testExtensionFailureModes()

def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionFailureModes (   self)

◆ testExtensionIter()

def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionIter (   self)

◆ testFileDescriptorErrors()

def google.protobuf.internal.reflection_test.ReflectionTest.testFileDescriptorErrors (   self)

◆ testGetDefaultMessageAfterDisconnectingDefaultMessage() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testGetDefaultMessageAfterDisconnectingDefaultMessage (   self)

◆ testGetDefaultMessageAfterDisconnectingDefaultMessage() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testGetDefaultMessageAfterDisconnectingDefaultMessage (   self,
  message_module 
)

◆ testHandWrittenReflection()

def google.protobuf.internal.reflection_test.ReflectionTest.testHandWrittenReflection (   self)

◆ testHasBitsForAncestorsOfExtendedMessage()

def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsForAncestorsOfExtendedMessage (   self)

◆ testHasBitsForManyLevelsOfNesting()

def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsForManyLevelsOfNesting (   self)

◆ testHasBitsWhenModifyingRepeatedFields()

def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsWhenModifyingRepeatedFields (   self)

◆ testHasBitsWithSinglyNestedScalar()

def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsWithSinglyNestedScalar (   self)

◆ testHasFieldWithUnknownFieldName()

def google.protobuf.internal.reflection_test.ReflectionTest.testHasFieldWithUnknownFieldName (   self)

◆ testIllegalValuesForIntegers() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testIllegalValuesForIntegers (   self)

◆ testIllegalValuesForIntegers() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testIllegalValuesForIntegers (   self,
  message_module 
)

◆ testIntegerTypes() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testIntegerTypes (   self)

◆ testIntegerTypes() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testIntegerTypes (   self,
  message_module 
)

◆ testIsInitialized()

def google.protobuf.internal.reflection_test.ReflectionTest.testIsInitialized (   self)

◆ testListFieldsAndExtensions()

def google.protobuf.internal.reflection_test.ReflectionTest.testListFieldsAndExtensions (   self)

◆ testMergeFromAllFields() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromAllFields (   self)

◆ testMergeFromAllFields() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromAllFields (   self,
  message_module 
)

◆ testMergeFromBug() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromBug (   self)

◆ testMergeFromBug() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromBug (   self,
  message_module 
)

◆ testMergeFromExtensionsNestedMessage()

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromExtensionsNestedMessage (   self)

◆ testMergeFromExtensionsRepeated()

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromExtensionsRepeated (   self)

◆ testMergeFromExtensionsSingular()

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromExtensionsSingular (   self)

◆ testMergeFromOptionalGroup()

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromOptionalGroup (   self)

◆ testMergeFromRepeatedField() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedField (   self)

◆ testMergeFromRepeatedField() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedField (   self,
  message_module 
)

◆ testMergeFromRepeatedNestedMessage() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedNestedMessage (   self)

◆ testMergeFromRepeatedNestedMessage() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedNestedMessage (   self,
  message_module 
)

◆ testMergeFromSingularField() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromSingularField (   self)

◆ testMergeFromSingularField() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromSingularField (   self,
  message_module 
)

◆ testMixedConstructor() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMixedConstructor (   self)

◆ testMixedConstructor() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testMixedConstructor (   self,
  message_module 
)

◆ testNestedExtensions()

def google.protobuf.internal.reflection_test.ReflectionTest.testNestedExtensions (   self)

◆ testNonStandardIntegerTypes() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardIntegerTypes (   self)

◆ testNonStandardIntegerTypes() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardIntegerTypes (   self,
  message_module 
)

◆ testNonStandardSingleScalarBoundsChecking() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardSingleScalarBoundsChecking (   self)

◆ testNonStandardSingleScalarBoundsChecking() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardSingleScalarBoundsChecking (   self,
  message_module 
)

◆ testOneOf() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testOneOf (   self)

◆ testOneOf() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testOneOf (   self,
  message_module 
)

◆ testPackageInitializationImport()

def google.protobuf.internal.reflection_test.ReflectionTest.testPackageInitializationImport (   self)
Test that we can import nested messages from their __init__.py.

Such setup is not trivial since at the time of processing of __init__.py one
can't refer to its submodules by name in code, so expressions like
google.protobuf.internal.import_test_package.inner_pb2
don't work. They do work in imports, so we have assign an alias at import
and then use that alias in generated code.

Definition at line 2017 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.

◆ testReferencesToNestedMessage() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testReferencesToNestedMessage (   self)

◆ testReferencesToNestedMessage() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testReferencesToNestedMessage (   self,
  message_module 
)

◆ testRegisteredExtensions()

def google.protobuf.internal.reflection_test.ReflectionTest.testRegisteredExtensions (   self)

◆ testRepeatedCompositeConstructor()

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedCompositeConstructor (   self)

◆ testRepeatedCompositeRemove()

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedCompositeRemove (   self)

◆ testRepeatedComposites()

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedComposites (   self)

◆ testRepeatedListExtensions()

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedListExtensions (   self)

◆ testRepeatedListFields() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedListFields (   self)

◆ testRepeatedListFields() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedListFields (   self,
  message_module 
)

◆ testRepeatedScalarConstructor() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarConstructor (   self)

◆ testRepeatedScalarConstructor() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarConstructor (   self,
  message_module 
)

◆ testRepeatedScalars()

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalars (   self)

◆ testRepeatedScalarsRemove()

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarsRemove (   self)

◆ testRepeatedScalarTypeSafety() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarTypeSafety (   self)

◆ testRepeatedScalarTypeSafety() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarTypeSafety (   self,
  message_module 
)

◆ testScalarConstructor() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testScalarConstructor (   self)

◆ testScalarConstructor() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testScalarConstructor (   self,
  message_module 
)

◆ testSetInParent()

def google.protobuf.internal.reflection_test.ReflectionTest.testSetInParent (   self)

◆ testSimpleHasBits()

def google.protobuf.internal.reflection_test.ReflectionTest.testSimpleHasBits (   self)

◆ testSingleScalarBoundsChecking() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarBoundsChecking (   self)

◆ testSingleScalarBoundsChecking() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarBoundsChecking (   self,
  message_module 
)

◆ testSingleScalarClearField()

def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarClearField (   self)

◆ testSingleScalarGettersAndSetters() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarGettersAndSetters (   self)

◆ testSingleScalarGettersAndSetters() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarGettersAndSetters (   self,
  message_module 
)

◆ testSingleScalarTypeSafety() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarTypeSafety (   self)

◆ testSingleScalarTypeSafety() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarTypeSafety (   self,
  message_module 
)

◆ testSingularListExtensions()

def google.protobuf.internal.reflection_test.ReflectionTest.testSingularListExtensions (   self)

◆ testSingularListFields() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingularListFields (   self)

◆ testSingularListFields() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testSingularListFields (   self,
  message_module 
)

◆ testStaticParseFrom() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testStaticParseFrom (   self)

◆ testStaticParseFrom() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testStaticParseFrom (   self,
  message_module 
)

◆ testStringUTF8Encoding() [1/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testStringUTF8Encoding (   self)

◆ testStringUTF8Encoding() [2/2]

def google.protobuf.internal.reflection_test.ReflectionTest.testStringUTF8Encoding (   self,
  message_module 
)

◆ testStringUTF8Serialization()

def google.protobuf.internal.reflection_test.ReflectionTest.testStringUTF8Serialization (   self)

◆ testTopLevelExtensionsForOptionalMessage()

def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForOptionalMessage (   self)

◆ testTopLevelExtensionsForOptionalScalar()

def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForOptionalScalar (   self)

◆ testTopLevelExtensionsForRepeatedMessage()

def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForRepeatedMessage (   self)

◆ testTopLevelExtensionsForRepeatedScalar()

def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForRepeatedScalar (   self)

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


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