OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_strdup
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
78
def->fullname =
upb_strdup
(fullname);
386
/* To clean up the
upb_strdup
() from upb_enumdef_addval(). */
455
!upb_inttable_insert(&e->iton, num, upb_value_cstr(
upb_strdup
(name)))) {
749
f->msg.name =
upb_strdup
(name);
4044
char *
upb_strdup
(const char *s) {
function
[
all
...]
upb.h
610
char *
upb_strdup
(const char *s);
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
817
char *
upb_strdup
(const char *s, upb_alloc *a);
823
return
upb_strdup
(s, &upb_alloc_global);
[
all
...]
upb.c
4275
char *
upb_strdup
(const char *s, upb_alloc *a) {
function
[
all
...]
Completed in 505 milliseconds