Home
last modified time | relevance | path

Searched refs:upb_msgdef_ntoo (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h184 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name,
190 return upb_msgdef_ntoo(m, name, strlen(name)); in upb_msgdef_ntooz()
Ddef.hpp205 return OneofDefPtr(upb_msgdef_ntoo(ptr_, name, len)); in FindOneofByName()
Ddef.c563 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function
/external/protobuf/php/ext/google/protobuf/
Dmessage.c609 upb_msgdef_ntoo(msg->descriptor->msgdef, oneof_name, length);
672 const upb_oneofdef* oneof = upb_msgdef_ntoo( \
Dupb.h3508 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name,
3515 return upb_msgdef_ntoo(m, name, strlen(name)); in upb_msgdef_ntooz()
3610 return OneofDefPtr(upb_msgdef_ntoo(ptr_, name, len)); in FindOneofByName()
Dupb.c1774 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2812 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name,
2818 return upb_msgdef_ntoo(m, name, strlen(name));
2823 return (upb_oneofdef *)upb_msgdef_ntoo(m, name, len);
3759 return upb_msgdef_ntoo(this, name, len);
Dupb.c2687 const upb_oneofdef *upb_msgdef_ntoo(const upb_msgdef *m, const char *name, in upb_msgdef_ntoo() function