OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_enumdef_free
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
381
static void
upb_enumdef_free
(upb_refcounted *r) {
function
396
static const struct upb_refcounted_vtbl vtbl = {NULL, &
upb_enumdef_free
};
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
441
static void
upb_enumdef_free
(upb_refcounted *r) {
function
455
const struct upb_refcounted_vtbl upb_enumdef_vtbl = {NULL, &
upb_enumdef_free
};
[
all
...]
Completed in 321 milliseconds