Home
last modified time | relevance | path

Searched refs:mutable_oneofs (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A 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 in Type
1527 Type::mutable_oneofs() { in mutable_oneofs() function in Type
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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()

Completed in 24 milliseconds