Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptor.php67 public static function buildFromProto($oneof_proto, $desc, $index)
70 $oneof->setName($oneof_proto->getName());
H A DDescriptor.php214 foreach ($proto->getOneofDecl() as $oneof_proto) {
216 OneofDescriptor::buildFromProto($oneof_proto, $desc, $index));
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c1776 google_protobuf_OneofDescriptorProto* oneof_proto; in MessageBuilderContext_oneof() local
1781 // Create oneof_proto and set its name. in MessageBuilderContext_oneof()
1782 oneof_proto = google_protobuf_DescriptorProto_add_oneof_decl( in MessageBuilderContext_oneof()
1785 oneof_proto, FileBuilderContext_strdup_sym(self->file_builder, name)); in MessageBuilderContext_oneof()
1823 google_protobuf_OneofDescriptorProto* oneof_proto; in MessageBuilderContext_add_synthetic_oneofs() local
1841 oneof_proto = google_protobuf_DescriptorProto_add_oneof_decl( in MessageBuilderContext_add_synthetic_oneofs()
1844 oneof_proto, FileBuilderContext_strdup(self->file_builder, oneof_name)); in MessageBuilderContext_add_synthetic_oneofs()
H A Dupb.c4210 const google_protobuf_OneofDescriptorProto *oneof_proto) { in create_oneofdef()
4212 upb_strview name = google_protobuf_OneofDescriptorProto_name(oneof_proto); in create_oneofdef()
4208 create_oneofdef( const symtab_addctx *ctx, upb_msgdef *m, const google_protobuf_OneofDescriptorProto *oneof_proto) create_oneofdef() argument

Completed in 24 milliseconds