Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c642 if (upb_oneofdef_issynthetic(oneof)) continue; in create_layout()
664 if (upb_oneofdef_issynthetic(oneof)) continue; in create_layout()
H A Dupb.c3267 if (upb_oneofdef_issynthetic(&mutable_oneofs[i])) { in check_oneofs()
3484 if (!f->oneof || upb_oneofdef_issynthetic(f->oneof)) return NULL; in upb_fielddef_realcontainingoneof()
3792 bool upb_oneofdef_issynthetic(const upb_oneofdef *o) { in upb_oneofdef_issynthetic() function
4018 if (upb_oneofdef_issynthetic(o)) continue; in make_layout()
H A Dupb.h3196 bool upb_oneofdef_issynthetic(const upb_oneofdef *o);
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h3267 bool upb_oneofdef_issynthetic(const upb_oneofdef *o);

Completed in 49 milliseconds