Home
last modified time | relevance | path

Searched refs:upb_msgdef_setfullname (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Ddef.c235 CHECK_UPB(upb_msgdef_setfullname(mut_def, name, &status), in Descriptor_name_set()
Dupb.h2073 bool upb_msgdef_setfullname(upb_msgdef *m, const char *fullname, upb_status *s);
2675 return upb_msgdef_setfullname(this, fullname, s); in set_full_name()
2678 return upb_msgdef_setfullname(this, upb_safecstr(fullname), s); in set_full_name()
Dupb.c1326 bool upb_msgdef_setfullname(upb_msgdef *m, const char *fullname, in upb_msgdef_setfullname() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Ddefs.c332 upb_msgdef_setfullname(mut_def, name, &status), in Descriptor_name_set()
Dupb.h2560 bool upb_msgdef_setfullname(upb_msgdef *m, const char *fullname, upb_status *s);
3297 return upb_msgdef_setfullname(this, fullname, s);
3300 return upb_msgdef_setfullname(this, upb_safecstr(fullname), s);
Dupb.c1482 bool upb_msgdef_setfullname(upb_msgdef *m, const char *fullname, in upb_msgdef_setfullname() function