Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dtype.pb.h327 std::string* mutable_oneofs(int index);
338 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_oneofs();
1479 inline std::string* Type::mutable_oneofs(int index) { in mutable_oneofs() function
1527 Type::mutable_oneofs() { in mutable_oneofs() function
/third_party/grpc/third_party/upb/upb/
Ddef.c1266 upb_oneofdef *mutable_oneofs = (upb_oneofdef*)m->oneofs; in finalize_oneofs() local
1269 upb_oneofdef *o = &mutable_oneofs[i]; in finalize_oneofs()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3707 upb_oneofdef *mutable_oneofs = (upb_oneofdef*)m->oneofs; in check_oneofs() local
3710 mutable_oneofs[i].index = i; in check_oneofs()
3712 if (upb_oneofdef_issynthetic(&mutable_oneofs[i])) { in check_oneofs()
3720 upb_oneofdef_name(&mutable_oneofs[i])); in check_oneofs()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c3262 upb_oneofdef *mutable_oneofs = (upb_oneofdef*)m->oneofs; in check_oneofs() local
3265 mutable_oneofs[i].index = i; in check_oneofs()
3267 if (upb_oneofdef_issynthetic(&mutable_oneofs[i])) { in check_oneofs()
3275 upb_oneofdef_name(&mutable_oneofs[i])); in check_oneofs()