/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 82 def testBadUtf8String(self, message_module): argument 92 def testGoldenMessage(self, message_module): argument 109 def testGoldenPackedMessage(self, message_module): argument 121 def testParseErrors(self, message_module): argument 139 def testDeterminismParameters(self, message_module): argument 175 def testPickleSupport(self, message_module): argument 184 def testPickleNestedMessage(self, message_module): argument 190 def testPickleNestedNestedMessage(self, message_module): argument 197 def testPositiveInfinity(self, message_module): argument 217 def testNegativeInfinity(self, message_module): argument [all …]
|
H A D | text_format_test.py | 103 def testPrintExotic(self, message_module): argument 123 def testPrintFloatPrecision(self, message_module): argument 223 def testPrintExoticUnicodeSubclass(self, message_module): argument 234 def testPrintNestedMessageAsOneLine(self, message_module): argument 242 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument 254 def VerifyPrintShortFormatRepeatedFields(self, message_module, as_one_line): argument 287 def testPrintShortFormatRepeatedFields(self, message_module): argument 291 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument 298 def testPrintExoticAsOneLine(self, message_module): argument 319 def testRoundTripExoticAsOneLine(self, message_module): argument [all …]
|
H A D | reflection_test.py | 123 def testScalarConstructor(self, message_module): argument 137 def testRepeatedScalarConstructor(self, message_module): argument 152 def testMixedConstructor(self, message_module): argument 187 def testConstructorTypeError(self, message_module): argument 207 def testConstructorInvalidatesCachedByteSize(self, message_module): argument 224 def testReferencesToNestedMessage(self, message_module): argument 232 def testOneOf(self, message_module): argument 245 self, message_module): argument 258 def testDisconnectingNestedMessageAfterSettingField(self, message_module): argument 271 def testDisconnectingNestedMessageBeforeGettingField(self, message_module): argument [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 82 def testBadUtf8String(self, message_module): argument 92 def testGoldenMessage(self, message_module): argument 109 def testGoldenPackedMessage(self, message_module): argument 121 def testParseErrors(self, message_module): argument 139 def testDeterminismParameters(self, message_module): argument 175 def testPickleSupport(self, message_module): argument 184 def testPickleNestedMessage(self, message_module): argument 190 def testPickleNestedNestedMessage(self, message_module): argument 197 def testPositiveInfinity(self, message_module): argument 217 def testNegativeInfinity(self, message_module): argument [all …]
|
H A D | text_format_test.py | 103 def testPrintExotic(self, message_module): argument 123 def testPrintFloatPrecision(self, message_module): argument 223 def testPrintExoticUnicodeSubclass(self, message_module): argument 234 def testPrintNestedMessageAsOneLine(self, message_module): argument 242 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument 254 def VerifyPrintShortFormatRepeatedFields(self, message_module, as_one_line): argument 287 def testPrintShortFormatRepeatedFields(self, message_module): argument 291 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument 298 def testPrintExoticAsOneLine(self, message_module): argument 319 def testRoundTripExoticAsOneLine(self, message_module): argument [all …]
|
H A D | reflection_test.py | 123 def testScalarConstructor(self, message_module): argument 137 def testRepeatedScalarConstructor(self, message_module): argument 152 def testMixedConstructor(self, message_module): argument 187 def testConstructorTypeError(self, message_module): argument 207 def testConstructorInvalidatesCachedByteSize(self, message_module): argument 224 def testReferencesToNestedMessage(self, message_module): argument 232 def testOneOf(self, message_module): argument 245 self, message_module): argument 258 def testDisconnectingNestedMessageAfterSettingField(self, message_module): argument 271 def testDisconnectingNestedMessageBeforeGettingField(self, message_module): argument [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 1670 ScopedPyObjectPtr message_module(PyImport_ImportModule( in InternalSerializeToString() local 3046 PyObject* message_module = PyImport_ImportModule( in InitProto2MessageModule() local
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 1670 ScopedPyObjectPtr message_module(PyImport_ImportModule( in InternalSerializeToString() local 3046 PyObject* message_module = PyImport_ImportModule( in InitProto2MessageModule() local
|