Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptor.php67 public static function buildFromProto($oneof_proto, $desc, $index) argument
70 $oneof->setName($oneof_proto->getName());
DDescriptor.php214 foreach ($proto->getOneofDecl() as $oneof_proto) {
216 OneofDescriptor::buildFromProto($oneof_proto, $desc, $index));
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c1387 const google_protobuf_OneofDescriptorProto *oneof_proto) { in create_oneofdef() argument
1389 upb_strview name = google_protobuf_OneofDescriptorProto_name(oneof_proto); in create_oneofdef()
/external/protobuf/php/ext/google/protobuf/
Dupb.c2042 const google_protobuf_OneofDescriptorProto *oneof_proto) { in create_oneofdef() argument
2044 upb_strview name = google_protobuf_OneofDescriptorProto_name(oneof_proto); in create_oneofdef()