Searched refs:expected_type (Results 1 – 4 of 4) sorted by relevance
318 def _CheckValueAndType(value, expected_value, expected_type): argument320 self.assertIsInstance(value, expected_type)
621 def TestGetAndDeserialize(field_name, value, expected_type): argument624 self.assertIsInstance(getattr(proto, field_name), expected_type)627 self.assertIsInstance(getattr(proto2, field_name), expected_type)
161 WireFormatLite::WireType expected_type = in FindAndVerifyField() local165 if (actual_type != expected_type && in FindAndVerifyField()
115 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError() argument122 " Expected : " << cpptype_names_[expected_type] << "\n" in ReportReflectionUsageTypeError()