OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_def_uninit
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
107
static void
upb_def_uninit
(upb_def *def) {
function
391
upb_def_uninit
(upb_enumdef_upcast_mutable(e));
547
upb_def_uninit
(upb_fielddef_upcast_mutable(f));
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
150
static void
upb_def_uninit
(upb_def *def) {
function
451
upb_def_uninit
(upb_enumdef_upcast_mutable(e));
629
upb_def_uninit
(upb_fielddef_upcast_mutable(f));
[
all
...]
Completed in 96 milliseconds