OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_oneofdef_name
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
defs.c
933
return rb_str_maybe_null(
upb_oneofdef_name
(self->oneofdef));
[
all
...]
upb.c
1785
const char *
upb_oneofdef_name
(const upb_oneofdef *o) { return o->name; }
function
[
all
...]
upb.h
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.h
[
all
...]
upb.c
1570
const char *
upb_oneofdef_name
(const upb_oneofdef *o) {
function
[
all
...]
Completed in 85 milliseconds