Lines Matching defs:field_proto

4817     const google_protobuf_FieldDescriptorProto *field_proto) {
4827 if (!google_protobuf_FieldDescriptorProto_has_name(field_proto)) {
4832 name = google_protobuf_FieldDescriptorProto_name(field_proto);
4837 if (google_protobuf_FieldDescriptorProto_has_json_name(field_proto)) {
4839 ctx, google_protobuf_FieldDescriptorProto_json_name(field_proto));
4844 field_number = google_protobuf_FieldDescriptorProto_number(field_proto);
4913 f->type_ = (int)google_protobuf_FieldDescriptorProto_type(field_proto);
4914 f->label_ = (int)google_protobuf_FieldDescriptorProto_label(field_proto);
4918 google_protobuf_FieldDescriptorProto_proto3_optional(field_proto);
4922 * to the field_proto until later when we can properly resolve it. */
4923 f->sub.unresolved = field_proto;
4931 if (google_protobuf_FieldDescriptorProto_has_oneof_index(field_proto)) {
4933 google_protobuf_FieldDescriptorProto_oneof_index(field_proto);
4966 options = google_protobuf_FieldDescriptorProto_has_options(field_proto) ?
4967 google_protobuf_FieldDescriptorProto_options(field_proto) : NULL;
5168 const google_protobuf_FieldDescriptorProto *field_proto = f->sub.unresolved;
5171 if (!google_protobuf_FieldDescriptorProto_has_extendee(field_proto)) {
5178 name = google_protobuf_FieldDescriptorProto_extendee(field_proto);
5184 !google_protobuf_FieldDescriptorProto_has_type_name(field_proto)) {
5190 name = google_protobuf_FieldDescriptorProto_type_name(field_proto);
5202 if (google_protobuf_FieldDescriptorProto_has_default_value(field_proto)) {
5204 google_protobuf_FieldDescriptorProto_default_value(field_proto);