| /external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
| D | message_test.py | 86 def testBadUtf8String(self, message_module): argument 96 def testGoldenMessage(self, message_module): argument 113 def testGoldenPackedMessage(self, message_module): argument 125 def testParseErrors(self, message_module): argument 140 def testDeterminismParameters(self, message_module): argument 176 def testPickleSupport(self, message_module): argument 185 def testPickleNestedMessage(self, message_module): argument 191 def testPickleNestedNestedMessage(self, message_module): argument 198 def testPositiveInfinity(self, message_module): argument 218 def testNegativeInfinity(self, message_module): argument [all …]
|
| D | text_format_test.py | 101 def testPrintExotic(self, message_module): argument 121 def testPrintFloatPrecision(self, message_module): argument 221 def testPrintExoticUnicodeSubclass(self, message_module): argument 232 def testPrintNestedMessageAsOneLine(self, message_module): argument 240 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument 252 def VerifyPrintShortFormatRepeatedFields(self, message_module, as_one_line): argument 285 def testPrintShortFormatRepeatedFields(self, message_module): argument 289 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument 296 def testPrintExoticAsOneLine(self, message_module): argument 317 def testRoundTripExoticAsOneLine(self, message_module): argument [all …]
|
| D | reflection_test.py | 123 def testScalarConstructor(self, message_module): argument 137 def testRepeatedScalarConstructor(self, message_module): argument 152 def testMixedConstructor(self, message_module): argument 187 def testConstructorTypeError(self, message_module): argument 207 def testConstructorInvalidatesCachedByteSize(self, message_module): argument 224 def testReferencesToNestedMessage(self, message_module): argument 232 def testOneOf(self, message_module): argument 245 self, message_module): argument 258 def testDisconnectingNestedMessageAfterSettingField(self, message_module): argument 271 def testDisconnectingNestedMessageBeforeGettingField(self, message_module): argument [all …]
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | message_test.py | 82 def testBadUtf8String(self, message_module): argument 92 def testGoldenMessage(self, message_module): argument 109 def testGoldenPackedMessage(self, message_module): argument 121 def testParseErrors(self, message_module): argument 139 def testDeterminismParameters(self, message_module): argument 175 def testPickleSupport(self, message_module): argument 184 def testPickleNestedMessage(self, message_module): argument 190 def testPickleNestedNestedMessage(self, message_module): argument 197 def testPositiveInfinity(self, message_module): argument 217 def testNegativeInfinity(self, message_module): argument [all …]
|
| D | text_format_test.py | 103 def testPrintExotic(self, message_module): argument 123 def testPrintFloatPrecision(self, message_module): argument 223 def testPrintExoticUnicodeSubclass(self, message_module): argument 234 def testPrintNestedMessageAsOneLine(self, message_module): argument 242 def testPrintRepeatedFieldsAsOneLine(self, message_module): argument 254 def VerifyPrintShortFormatRepeatedFields(self, message_module, as_one_line): argument 287 def testPrintShortFormatRepeatedFields(self, message_module): argument 291 def testPrintNestedNewLineInStringAsOneLine(self, message_module): argument 298 def testPrintExoticAsOneLine(self, message_module): argument 319 def testRoundTripExoticAsOneLine(self, message_module): argument [all …]
|
| D | reflection_test.py | 123 def testScalarConstructor(self, message_module): argument 137 def testRepeatedScalarConstructor(self, message_module): argument 152 def testMixedConstructor(self, message_module): argument 187 def testConstructorTypeError(self, message_module): argument 207 def testConstructorInvalidatesCachedByteSize(self, message_module): argument 224 def testReferencesToNestedMessage(self, message_module): argument 232 def testOneOf(self, message_module): argument 245 self, message_module): argument 258 def testDisconnectingNestedMessageAfterSettingField(self, message_module): argument 271 def testDisconnectingNestedMessageBeforeGettingField(self, message_module): argument [all …]
|
| /external/protobuf/python/google/protobuf/pyext/ |
| D | message.cc | 1670 ScopedPyObjectPtr message_module(PyImport_ImportModule( in InternalSerializeToString() local 3046 PyObject* message_module = PyImport_ImportModule( in InitProto2MessageModule() local
|
| /external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
| D | message.cc | 1669 ScopedPyObjectPtr message_module(PyImport_ImportModule( in InternalSerializeToString() local 3040 PyObject* message_module = PyImport_ImportModule( in InitProto2MessageModule() local
|