Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dmessage_test.py59 def testBadUtf8String(self, message_module): argument
69 def testParseErrors(self, message_module): argument
87 def testDeterminismParameters(self, message_module): argument
123 def testPickleSupport(self, message_module): argument
134 def testPickleNestedMessage(self, message_module): argument
140 def testPickleNestedNestedMessage(self, message_module): argument
147 def testPositiveInfinity(self, message_module): argument
167 def testNegativeInfinity(self, message_module): argument
187 def testNotANumber(self, message_module): argument
211 def testPositiveInfinityPacked(self, message_module): argument
[all …]
Dtext_format_test.py81 def testPrintExotic(self, message_module): argument
104 def testPrintFloatPrecision(self, message_module): argument
204 def testPrintExoticUnicodeSubclass(self, message_module): argument
215 def testPrintNestedMessageAsOneLine(self, message_module): argument
223 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument
235 def VerifyPrintShortFormatRepeatedFields(self, message_module, as_one_line): argument
268 def testPrintShortFormatRepeatedFields(self, message_module): argument
272 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument
279 def testPrintExoticAsOneLine(self, message_module): argument
300 def testRoundTripExoticAsOneLine(self, message_module): argument
[all …]
Dproto_test.py29 def test_simple_serialize_parse(self, message_module): argument
36 def test_serialize_parse_length_prefixed_empty(self, message_module): argument
46 def test_parse_length_prefixed_truncated(self, message_module): argument
62 def test_serialize_length_prefixed_fake_io(self, message_module): argument
89 def test_serialize_length_prefixed(self, message_module, expected): argument
101 def test_parse_length_prefixed(self, message_module, input_bytes): argument
Dreflection_test.py101 def testScalarConstructor(self, message_module): argument
115 def testRepeatedScalarConstructor(self, message_module): argument
130 def testMixedConstructor(self, message_module): argument
165 def testConstructorTypeError(self, message_module): argument
185 def testConstructorInvalidatesCachedByteSize(self, message_module): argument
202 def testReferencesToNestedMessage(self, message_module): argument
210 def testOneOf(self, message_module): argument
223 self, message_module): argument
236 def testDisconnectingNestedMessageAfterSettingField(self, message_module): argument
249 def testDisconnectingNestedMessageBeforeGettingField(self, message_module): argument
[all …]
Dreflection_cpp_test.py26 def testEmptyCompositeContainerDeepCopy(self, message_module): argument
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1633 ScopedPyObjectPtr message_module( in InternalSerializeToString() local
3049 PyObject* message_module = in InitProto2MessageModule() local