Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dmessage_test.py96 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 …]
Dtext_format_test.py102 def testPrintExotic(self, message_module): argument
122 def testPrintExoticUnicodeSubclass(self, message_module): argument
133 def testPrintNestedMessageAsOneLine(self, message_module): argument
141 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument
153 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument
160 def testPrintExoticAsOneLine(self, message_module): argument
181 def testRoundTripExoticAsOneLine(self, message_module): argument
210 def testPrintRawUtf8String(self, message_module): argument
220 def testPrintFloatFormat(self, message_module): argument
253 def testMessageToString(self, message_module): argument
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1736 ScopedPyObjectPtr message_module(PyImport_ImportModule( in CheckAndGetInteger() local
3058 PyObject* message_module = PyImport_ImportModule( in CheckAndGetInteger() local