Home
last modified time | relevance | path

Searched defs:message_module (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dmessage_test.py119 def testBadUtf8String(self, message_module): argument
129 def testGoldenMessage(self, message_module): argument
147 def testGoldenPackedMessage(self, message_module): argument
159 def testParseErrors(self, message_module): argument
174 def testDeterminismParameters(self, message_module): argument
210 def testPickleSupport(self, message_module): argument
219 def testPickleNestedMessage(self, message_module): argument
225 def testPickleNestedNestedMessage(self, message_module): argument
232 def testPositiveInfinity(self, message_module): argument
252 def testNegativeInfinity(self, message_module): argument
[all …]
Dtext_format_test.py109 def testPrintExotic(self, message_module): argument
129 def testPrintFloatPrecision(self, message_module): argument
233 def testPrintExoticUnicodeSubclass(self, message_module): argument
244 def testPrintNestedMessageAsOneLine(self, message_module): argument
252 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument
264 def VerifyPrintShortFormatRepeatedFields(self, message_module, as_one_line): argument
297 def testPrintShortFormatRepeatedFields(self, message_module): argument
301 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument
308 def testPrintExoticAsOneLine(self, message_module): argument
329 def testRoundTripExoticAsOneLine(self, message_module): argument
[all …]
Dreflection_test.py133 def testScalarConstructor(self, message_module): argument
147 def testRepeatedScalarConstructor(self, message_module): argument
162 def testMixedConstructor(self, message_module): argument
197 def testConstructorTypeError(self, message_module): argument
217 def testConstructorInvalidatesCachedByteSize(self, message_module): argument
234 def testReferencesToNestedMessage(self, message_module): argument
242 def testOneOf(self, message_module): argument
255 self, message_module): argument
268 def testDisconnectingNestedMessageAfterSettingField(self, message_module): argument
281 def testDisconnectingNestedMessageBeforeGettingField(self, message_module): argument
[all …]
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1731 ScopedPyObjectPtr message_module(PyImport_ImportModule( in InternalSerializeToString() local
3071 PyObject* message_module = PyImport_ImportModule( in InitProto2MessageModule() local