Home
last modified time | relevance | path

Searched refs:upb_safecstr (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3044 UPB_INLINE const char* upb_safecstr(const std::string& str) {
3062 return upb_def_setfullname(this, upb_safecstr(fullname), s);
3114 return upb_fielddef_setfullname(this, upb_safecstr(fullname), s);
3165 return upb_fielddef_setname(this, upb_safecstr(name), s);
3171 return upb_fielddef_setjsonname(this, upb_safecstr(name), s);
3181 return upb_fielddef_setcontainingtypename(this, upb_safecstr(name), s);
3280 return upb_fielddef_setsubdefname(this, upb_safecstr(name), s);
3300 return upb_msgdef_setfullname(this, upb_safecstr(fullname), s);
3493 return upb_enumdef_setfullname(this, upb_safecstr(fullname), s);
3510 return upb_enumdef_addval(this, upb_safecstr(name), num, status);
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.h2444 UPB_INLINE const char* upb_safecstr(const std::string& str) { in upb_safecstr() function
2461 return upb_def_setfullname(this, upb_safecstr(fullname), s); in set_full_name()
2513 return upb_fielddef_setfullname(this, upb_safecstr(fullname), s); in set_full_name()
2558 return upb_fielddef_setname(this, upb_safecstr(name), s); in set_name()
2565 return upb_fielddef_setcontainingtypename(this, upb_safecstr(name), s); in set_containing_type_name()
2664 return upb_fielddef_setsubdefname(this, upb_safecstr(name), s); in set_subdef_name()
2678 return upb_msgdef_setfullname(this, upb_safecstr(fullname), s); in set_full_name()
2865 return upb_enumdef_setfullname(this, upb_safecstr(fullname), s); in set_full_name()
2882 return upb_enumdef_addval(this, upb_safecstr(name), num, status); in AddValue()