Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h2086 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name,
2092 return upb_msgdef_ntof(m, name, strlen(name)); in upb_msgdef_ntofz()
2101 return (upb_fielddef *)upb_msgdef_ntof(m, name, len); in upb_msgdef_ntof_mutable()
2712 return upb_msgdef_ntof(this, name, len); in FindFieldByName()
Dupb.c1443 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name, in upb_msgdef_ntof() function
10558 const upb_fielddef *f = upb_msgdef_ntof(p->top->m, buf, len); in end_membername()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2570 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name,
2576 return upb_msgdef_ntof(m, name, strlen(name));
2585 return (upb_fielddef *)upb_msgdef_ntof(m, name, len);
3337 return upb_msgdef_ntof(this, name, len);
Dupb.c1614 const upb_fielddef *upb_msgdef_ntof(const upb_msgdef *m, const char *name, in upb_msgdef_ntof() function