Definition at line 117 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.assertInitialized | ( | self, | |
proto | |||
) |
Definition at line 1789 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
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.
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.
def google.protobuf.internal.reflection_test.ReflectionTest.assertListsEqual | ( | self, | |
values, | |||
others | |||
) |
Definition at line 118 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.assertListsEqual | ( | self, | |
values, | |||
others | |||
) |
Definition at line 119 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.assertNotInitialized | ( | self, | |
proto, | |||
error_size = None |
|||
) |
Definition at line 1795 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
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.
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.
def google.protobuf.internal.reflection_test.ReflectionTest.testBytesInTextFormat | ( | self | ) |
Definition at line 1979 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testBytesInTextFormat | ( | self, | |
message_module | |||
) |
Definition at line 866 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testClear | ( | self | ) |
Definition at line 1713 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testClearFieldWithUnknownFieldName | ( | self | ) |
Definition at line 594 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testClearFieldWithUnknownFieldName | ( | self, | |
message_module | |||
) |
Definition at line 344 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testClearRemovesChildren | ( | self | ) |
Definition at line 599 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorInvalidatesCachedByteSize | ( | self | ) |
Definition at line 241 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorInvalidatesCachedByteSize | ( | self, | |
message_module | |||
) |
Definition at line 207 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorTypeError | ( | self | ) |
Definition at line 221 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testConstructorTypeError | ( | self, | |
message_module | |||
) |
Definition at line 187 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromAllFields | ( | self | ) |
Definition at line 1654 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromAllFields | ( | self, | |
message_module | |||
) |
Definition at line 762 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromBadType | ( | self | ) |
Definition at line 1680 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromRepeatedField | ( | self | ) |
Definition at line 1641 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromRepeatedField | ( | self, | |
message_module | |||
) |
Definition at line 749 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSelf | ( | self | ) |
Definition at line 1669 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSelf | ( | self, | |
message_module | |||
) |
Definition at line 777 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSingularField | ( | self | ) |
Definition at line 1628 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testCopyFromSingularField | ( | self, | |
message_module | |||
) |
Definition at line 736 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDeepCopy | ( | self | ) |
Definition at line 1689 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDeepCopy | ( | self, | |
message_module | |||
) |
Definition at line 788 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDefaultValues | ( | self | ) |
Definition at line 549 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDescriptorProtoSupport | ( | self | ) |
Definition at line 1152 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisallowedAssignments | ( | self | ) |
Definition at line 610 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisallowedAssignments | ( | self, | |
message_module | |||
) |
Definition at line 349 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingBeforeClear | ( | self | ) |
Definition at line 1736 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingBeforeClear | ( | self, | |
message_module | |||
) |
Definition at line 812 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingInOneof | ( | self | ) |
Definition at line 1763 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingLazyNestedMessage | ( | self | ) |
Definition at line 414 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingLazyNestedMessage | ( | self, | |
message_module | |||
) |
Definition at line 290 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterMerge | ( | self | ) |
Definition at line 401 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterMerge | ( | self, | |
message_module | |||
) |
Definition at line 277 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterSettingField | ( | self | ) |
Definition at line 382 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageAfterSettingField | ( | self, | |
message_module | |||
) |
Definition at line 258 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageBeforeGettingField | ( | self | ) |
Definition at line 395 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageBeforeGettingField | ( | self, | |
message_module | |||
) |
Definition at line 271 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectingNestedMessageBeforeSettingField | ( | self | ) |
Definition at line 360 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testDisconnectionAfterClearingEmptyMessage | ( | self | ) |
Definition at line 1443 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEmptyNestedMessage | ( | self | ) |
Definition at line 1984 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEmptyNestedMessage | ( | self, | |
message_module | |||
) |
Definition at line 870 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_KeysAndValues | ( | self | ) |
Definition at line 876 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_KeysAndValues | ( | self, | |
message_module | |||
) |
Definition at line 618 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Name | ( | self | ) |
Definition at line 786 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Name | ( | self, | |
message_module | |||
) |
Definition at line 518 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Value | ( | self | ) |
Definition at line 814 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnum_Value | ( | self, | |
message_module | |||
) |
Definition at line 556 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnums | ( | self | ) |
Definition at line 777 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testEnums | ( | self, | |
message_module | |||
) |
Definition at line 509 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionContainsError | ( | self | ) |
Definition at line 1264 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionDelete | ( | self | ) |
Definition at line 1214 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionFailureModes | ( | self | ) |
Definition at line 1453 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testExtensionIter | ( | self | ) |
Definition at line 1240 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testFileDescriptorErrors | ( | self | ) |
Definition at line 1866 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testGetDefaultMessageAfterDisconnectingDefaultMessage | ( | self | ) |
Definition at line 369 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testGetDefaultMessageAfterDisconnectingDefaultMessage | ( | self, | |
message_module | |||
) |
Definition at line 244 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testHandWrittenReflection | ( | self | ) |
Definition at line 1122 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsForAncestorsOfExtendedMessage | ( | self | ) |
Definition at line 1394 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsForManyLevelsOfNesting | ( | self | ) |
Definition at line 442 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsWhenModifyingRepeatedFields | ( | self | ) |
Definition at line 427 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testHasBitsWithSinglyNestedScalar | ( | self | ) |
Definition at line 271 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testHasFieldWithUnknownFieldName | ( | self | ) |
Definition at line 590 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testIllegalValuesForIntegers | ( | self | ) |
Definition at line 683 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testIllegalValuesForIntegers | ( | self, | |
message_module | |||
) |
Definition at line 424 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testIntegerTypes | ( | self | ) |
Definition at line 677 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testIntegerTypes | ( | self, | |
message_module | |||
) |
Definition at line 418 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testIsInitialized | ( | self | ) |
Definition at line 1804 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testListFieldsAndExtensions | ( | self | ) |
Definition at line 537 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromAllFields | ( | self | ) |
Definition at line 1551 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromAllFields | ( | self, | |
message_module | |||
) |
Definition at line 708 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromBug | ( | self | ) |
Definition at line 1615 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromBug | ( | self, | |
message_module | |||
) |
Definition at line 723 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromExtensionsNestedMessage | ( | self | ) |
Definition at line 1592 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromExtensionsRepeated | ( | self | ) |
Definition at line 1575 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromExtensionsSingular | ( | self | ) |
Definition at line 1566 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromOptionalGroup | ( | self | ) |
Definition at line 1521 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedField | ( | self | ) |
Definition at line 1507 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedField | ( | self, | |
message_module | |||
) |
Definition at line 672 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedNestedMessage | ( | self | ) |
Definition at line 1529 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromRepeatedNestedMessage | ( | self, | |
message_module | |||
) |
Definition at line 686 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromSingularField | ( | self | ) |
Definition at line 1494 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMergeFromSingularField | ( | self, | |
message_module | |||
) |
Definition at line 659 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMixedConstructor | ( | self | ) |
Definition at line 186 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testMixedConstructor | ( | self, | |
message_module | |||
) |
Definition at line 152 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testNestedExtensions | ( | self | ) |
Definition at line 1356 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardIntegerTypes | ( | self | ) |
Definition at line 680 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardIntegerTypes | ( | self, | |
message_module | |||
) |
Definition at line 421 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardSingleScalarBoundsChecking | ( | self | ) |
Definition at line 730 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testNonStandardSingleScalarBoundsChecking | ( | self, | |
message_module | |||
) |
Definition at line 472 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testOneOf | ( | self | ) |
Definition at line 1777 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testOneOf | ( | self, | |
message_module | |||
) |
Definition at line 232 of file protobuf/python/google/protobuf/internal/reflection_test.py.
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.
def google.protobuf.internal.reflection_test.ReflectionTest.testReferencesToNestedMessage | ( | self | ) |
Definition at line 352 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testReferencesToNestedMessage | ( | self, | |
message_module | |||
) |
Definition at line 224 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRegisteredExtensions | ( | self | ) |
Definition at line 1376 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedCompositeConstructor | ( | self | ) |
Definition at line 152 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedCompositeRemove | ( | self | ) |
Definition at line 1093 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedComposites | ( | self | ) |
Definition at line 1010 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedListExtensions | ( | self | ) |
Definition at line 515 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedListFields | ( | self | ) |
Definition at line 480 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedListFields | ( | self, | |
message_module | |||
) |
Definition at line 325 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarConstructor | ( | self | ) |
Definition at line 137 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarConstructor | ( | self, | |
message_module | |||
) |
Definition at line 137 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalars | ( | self | ) |
Definition at line 891 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarsRemove | ( | self | ) |
Definition at line 981 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarTypeSafety | ( | self | ) |
Definition at line 733 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testRepeatedScalarTypeSafety | ( | self, | |
message_module | |||
) |
Definition at line 476 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testScalarConstructor | ( | self | ) |
Definition at line 124 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testScalarConstructor | ( | self, | |
message_module | |||
) |
Definition at line 123 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSetInParent | ( | self | ) |
Definition at line 2011 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSimpleHasBits | ( | self | ) |
Definition at line 256 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarBoundsChecking | ( | self | ) |
Definition at line 727 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarBoundsChecking | ( | self, | |
message_module | |||
) |
Definition at line 469 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarClearField | ( | self | ) |
Definition at line 766 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarGettersAndSetters | ( | self | ) |
Definition at line 754 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarGettersAndSetters | ( | self, | |
message_module | |||
) |
Definition at line 497 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarTypeSafety | ( | self | ) |
Definition at line 631 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingleScalarTypeSafety | ( | self, | |
message_module | |||
) |
Definition at line 370 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingularListExtensions | ( | self | ) |
Definition at line 499 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingularListFields | ( | self | ) |
Definition at line 458 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testSingularListFields | ( | self, | |
message_module | |||
) |
Definition at line 303 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testStaticParseFrom | ( | self | ) |
Definition at line 1484 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testStaticParseFrom | ( | self, | |
message_module | |||
) |
Definition at line 649 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testStringUTF8Encoding | ( | self | ) |
Definition at line 1897 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testStringUTF8Encoding | ( | self, | |
message_module | |||
) |
Definition at line 838 of file protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testStringUTF8Serialization | ( | self | ) |
Definition at line 1925 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForOptionalMessage | ( | self | ) |
Definition at line 1310 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForOptionalScalar | ( | self | ) |
Definition at line 1272 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForRepeatedMessage | ( | self | ) |
Definition at line 1339 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.
def google.protobuf.internal.reflection_test.ReflectionTest.testTopLevelExtensionsForRepeatedScalar | ( | self | ) |
Definition at line 1293 of file bloaty/third_party/protobuf/python/google/protobuf/internal/reflection_test.py.