Lines Matching refs:file_proto
5148 const google_protobuf_FileDescriptorProto *file_proto,
5153 msgs = google_protobuf_FileDescriptorProto_message_type(file_proto, &n);
5158 google_protobuf_FileDescriptorProto_enum_type(file_proto, &n);
5161 google_protobuf_FileDescriptorProto_extension(file_proto, &n);
5236 const google_protobuf_FileDescriptorProto *file_proto) {
5246 count_types_in_file(file_proto, &counts);
5261 if (!google_protobuf_FileDescriptorProto_has_name(file_proto)) {
5267 strviewdup(ctx, google_protobuf_FileDescriptorProto_name(file_proto));
5271 if (google_protobuf_FileDescriptorProto_has_package(file_proto)) {
5273 google_protobuf_FileDescriptorProto_package(file_proto);
5280 if (google_protobuf_FileDescriptorProto_has_syntax(file_proto)) {
5282 google_protobuf_FileDescriptorProto_syntax(file_proto);
5298 file_options_proto = google_protobuf_FileDescriptorProto_options(file_proto);
5312 strs = google_protobuf_FileDescriptorProto_dependency(file_proto, &n);
5331 msgs = google_protobuf_FileDescriptorProto_message_type(file_proto, &n);
5337 enums = google_protobuf_FileDescriptorProto_enum_type(file_proto, &n);
5343 exts = google_protobuf_FileDescriptorProto_extension(file_proto, &n);
5499 upb_symtab *s, const google_protobuf_FileDescriptorProto *file_proto,
5517 build_filedef(&ctx, file, file_proto) && upb_symtab_addtotabs(s, &ctx);
5524 upb_symtab *s, const google_protobuf_FileDescriptorProto *file_proto,
5526 return _upb_symtab_addfile(s, file_proto, NULL, status);