Searched defs:message_module (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | message_test.py | 96 def testBadUtf8String(self, message_module): argument 106 def testGoldenMessage(self, message_module): argument 124 def testGoldenPackedMessage(self, message_module): argument 135 def testPickleSupport(self, message_module): argument 144 def testPositiveInfinity(self, message_module): argument 164 def testNegativeInfinity(self, message_module): argument 184 def testNotANumber(self, message_module): argument 208 def testPositiveInfinityPacked(self, message_module): argument 217 def testNegativeInfinityPacked(self, message_module): argument 226 def testNotANumberPacked(self, message_module): argument [all …]
|
D | text_format_test.py | 102 def testPrintExotic(self, message_module): argument 122 def testPrintExoticUnicodeSubclass(self, message_module): argument 131 def testPrintNestedMessageAsOneLine(self, message_module): argument 139 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument 151 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument 158 def testPrintExoticAsOneLine(self, message_module): argument 179 def testRoundTripExoticAsOneLine(self, message_module): argument 206 def testPrintRawUtf8String(self, message_module): argument 216 def testPrintFloatFormat(self, message_module): argument 248 def testMessageToString(self, message_module): argument [all …]
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1739 ScopedPyObjectPtr message_module(PyImport_ImportModule( in CheckAndGetInteger() local 3057 PyObject* message_module = PyImport_ImportModule( in CheckAndGetInteger() local
|