OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_msgdef_fullname
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/php/ext/google/protobuf/
message.c
252
const char* name =
upb_msgdef_fullname
(desc->msgdef);
upb.c
1322
const char *
upb_msgdef_fullname
(const upb_msgdef *m) {
function
[
all
...]
upb.h
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
[
all
...]
message.c
442
name =
upb_msgdef_fullname
(desc->msgdef);
defs.c
317
return rb_str_maybe_null(
upb_msgdef_fullname
(self->msgdef));
[
all
...]
upb.c
1474
const char *
upb_msgdef_fullname
(const upb_msgdef *m) {
function
[
all
...]
Completed in 57 milliseconds