Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py318 def _CheckValueAndType(value, expected_value, expected_type): argument
320 self.assertIsInstance(value, expected_type)
Dreflection_test.py621 def TestGetAndDeserialize(field_name, value, expected_type): argument
624 self.assertIsInstance(getattr(proto, field_name), expected_type)
627 self.assertIsInstance(getattr(proto2, field_name), expected_type)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc161 WireFormatLite::WireType expected_type = in FindAndVerifyField() local
165 if (actual_type != expected_type && in FindAndVerifyField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection.cc115 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError() argument
122 " Expected : " << cpptype_names_[expected_type] << "\n" in ReportReflectionUsageTypeError()