Searched defs:message_module (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | message_test.py | 115 def testBadUtf8String(self, message_module): argument 125 def testGoldenMessage(self, message_module): argument 143 def testGoldenPackedMessage(self, message_module): argument 155 def testParseErrors(self, message_module): argument 167 def testDeterminismParameters(self, message_module): argument 203 def testPickleSupport(self, message_module): argument 212 def testPositiveInfinity(self, message_module): argument 232 def testNegativeInfinity(self, message_module): argument 252 def testNotANumber(self, message_module): argument 276 def testPositiveInfinityPacked(self, message_module): argument [all …]
|
D | text_format_test.py | 108 def testPrintExotic(self, message_module): argument 128 def testPrintExoticUnicodeSubclass(self, message_module): argument 139 def testPrintNestedMessageAsOneLine(self, message_module): argument 147 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument 159 def VerifyPrintShortFormatRepeatedFields(self, message_module, as_one_line): argument 192 def testPrintShortFormatRepeatedFields(self, message_module): argument 196 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument 203 def testPrintExoticAsOneLine(self, message_module): argument 224 def testRoundTripExoticAsOneLine(self, message_module): argument 253 def testPrintRawUtf8String(self, message_module): argument [all …]
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1729 ScopedPyObjectPtr message_module(PyImport_ImportModule( in InternalSerializeToString() local 3095 PyObject* message_module = PyImport_ImportModule( in InitProto2MessageModule() local
|