Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c1777 const google_protobuf_DescriptorProto *msg_proto) { in create_msgdef() argument
1787 name = google_protobuf_DescriptorProto_name(msg_proto); in create_msgdef()
1794 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n_oneof); in create_msgdef()
1795 fields = google_protobuf_DescriptorProto_field(msg_proto, &n_field); in create_msgdef()
1804 options = google_protobuf_DescriptorProto_options(msg_proto); in create_msgdef()
1838 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef()
1843 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in create_msgdef()
1849 static void count_types_in_msg(const google_protobuf_DescriptorProto *msg_proto, in count_types_in_msg() argument
1856 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in count_types_in_msg()
1861 google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in count_types_in_msg()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.c2369 const google_protobuf_DescriptorProto *msg_proto) { in create_msgdef() argument
2379 name = google_protobuf_DescriptorProto_name(msg_proto); in create_msgdef()
2392 options = google_protobuf_DescriptorProto_options(msg_proto); in create_msgdef()
2398 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n); in create_msgdef()
2405 fields = google_protobuf_DescriptorProto_field(msg_proto, &n); in create_msgdef()
2418 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef()
2423 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in create_msgdef()
2437 static void count_types_in_msg(const google_protobuf_DescriptorProto *msg_proto, in count_types_in_msg() argument
2444 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in count_types_in_msg()
2449 google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in count_types_in_msg()
[all …]