Definition at line 3087 of file reflection_test.py.
◆ _GetSerializedFileDescriptor()
def google.protobuf.internal.reflection_test.ClassAPITest._GetSerializedFileDescriptor |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
Get a serialized representation of a test FileDescriptorProto.
Args:
name: All calls to this must use a unique message name, to avoid
collisions in the cpp descriptor pool.
Returns:
A string containing the serialized form of a test FileDescriptorProto.
Definition at line 3112 of file reflection_test.py.
◆ testMakeClassWithNestedDescriptor()
def google.protobuf.internal.reflection_test.ClassAPITest.testMakeClassWithNestedDescriptor |
( |
|
self | ) |
|
◆ testParsingFlatClass()
def google.protobuf.internal.reflection_test.ClassAPITest.testParsingFlatClass |
( |
|
self | ) |
|
◆ testParsingFlatClassWithExplicitClassDeclaration()
def google.protobuf.internal.reflection_test.ClassAPITest.testParsingFlatClassWithExplicitClassDeclaration |
( |
|
self | ) |
|
◆ testParsingNestedClass()
def google.protobuf.internal.reflection_test.ClassAPITest.testParsingNestedClass |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: