Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c449 const upb_oneofdef* oneof = upb_msgdef_ntooz(self->msgdef, s); in Descriptor_lookup_oneof()
Dupb.h2595 UPB_INLINE const upb_oneofdef *upb_msgdef_ntooz(const upb_msgdef *m,
/external/protobuf/php/ext/google/protobuf/
Dupb.h2111 UPB_INLINE const upb_oneofdef *upb_msgdef_ntooz(const upb_msgdef *m, in upb_msgdef_ntooz() function
Dupb.c1404 } else if (upb_msgdef_ntooz(m, upb_oneofdef_name(o))) { in upb_msgdef_addoneof()