Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc412 const FieldDescriptor* existing_field = in CheckAndGetInteger() local
414 if (existing_field->cpp_type() != google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
418 const char* field_name = existing_field->name().c_str(); in CheckAndGetInteger()
427 existing_field, child_message, message) < 0) { in CheckAndGetInteger()