Home
last modified time | relevance | path

Searched refs:upb_oneofdef_issynthetic (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h121 bool upb_oneofdef_issynthetic(const upb_oneofdef *o);
Dreflection.c100 if (upb_oneofdef_issynthetic(o)) { in upb_msg_whichoneof()
Ddef.c406 if (!f->oneof || upb_oneofdef_issynthetic(f->oneof)) return NULL; in upb_fielddef_realcontainingoneof()
744 bool upb_oneofdef_issynthetic(const upb_oneofdef *o) { in upb_oneofdef_issynthetic() function
1160 if (upb_oneofdef_issynthetic(o)) continue; in make_layout()