Searched defs:message_module (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/python/google/protobuf/internal/ |
| D | message_test.py | 59 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 …]
|
| D | text_format_test.py | 81 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 …]
|
| D | proto_test.py | 29 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
|
| D | reflection_test.py | 101 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 …]
|
| D | reflection_cpp_test.py | 26 def testEmptyCompositeContainerDeepCopy(self, message_module): argument
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | message.cc | 1633 ScopedPyObjectPtr message_module( in InternalSerializeToString() local 3049 PyObject* message_module = in InitProto2MessageModule() local
|