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

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

Completed in 1072 milliseconds