Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c78 def->fullname = upb_strdup(fullname); in upb_def_setfullname()
455 !upb_inttable_insert(&e->iton, num, upb_value_cstr(upb_strdup(name)))) { in upb_enumdef_addval()
749 f->msg.name = upb_strdup(name); in upb_fielddef_setcontainingtypename()
1188 f->sub.name = upb_strdup(name); in upb_fielddef_setsubdefname()
4044 char *upb_strdup(const char *s) { in upb_strdup() function
5897 return upb_strdup(name); in upb_join()
Dupb.h610 char *upb_strdup(const char *s);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h817 char *upb_strdup(const char *s, upb_alloc *a);
823 return upb_strdup(s, &upb_alloc_global);
Dupb.c4275 char *upb_strdup(const char *s, upb_alloc *a) { in upb_strdup() function