Searched refs:existing_field (Results 1 – 2 of 2) sorted by relevance
780 const FieldDescriptor* existing_field = in CheckAndGetInteger() local782 if (existing_field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()786 const char* field_name = existing_field->name().c_str(); in CheckAndGetInteger()795 cmessage, existing_field, child_message) < 0) { in CheckAndGetInteger()
864 auto existing_field = elem->second; in ParseTable() local865 if (existing_field == field) in ParseTable()867 if (existing_field->value.offset < field->value.offset) break; in ParseTable()