Home
last modified time | relevance | path

Searched refs:upb_msgdef_ntof (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h182 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name,
195 return upb_msgdef_ntof(m, name, strlen(name)); in upb_msgdef_ntofz()
Ddef.hpp193 return FieldDefPtr(upb_msgdef_ntof(ptr_, name, len)); in FindFieldByName()
Ddef.c552 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name, in upb_msgdef_ntof() function
/external/protobuf/php/ext/google/protobuf/
Dstorage.c880 const upb_fielddef* keyfield = upb_msgdef_ntof(mapmsg, "key", 3); in layout_set()
881 const upb_fielddef* valuefield = upb_msgdef_ntof(mapmsg, "value", 5); in layout_set()
Dupb.h3506 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name,
3520 return upb_msgdef_ntof(m, name, strlen(name)); in upb_msgdef_ntofz()
3598 return FieldDefPtr(upb_msgdef_ntof(ptr_, name, len)); in FindFieldByName()
Dupb.c1763 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name, in upb_msgdef_ntof() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c629 return upb_msgdef_ntof(m, fieldname, len); in lupb_msg_tofield()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2791 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name,
2797 return upb_msgdef_ntof(m, name, strlen(name));
2806 return (upb_fielddef *)upb_msgdef_ntof(m, name, len);
3752 return upb_msgdef_ntof(this, name, len);
Dupb.c2676 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name, in upb_msgdef_ntof() function