OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_refcounted_init
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
100
if (!
upb_refcounted_init
(upb_def_upcast_mutable(def), vtbl, owner)) return false;
3408
bool
upb_refcounted_init
(upb_refcounted *r,
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
142
if (!
upb_refcounted_init
(upb_def_upcast_mutable(def), vtbl, owner)) return false;
3567
bool
upb_refcounted_init
(upb_refcounted *r,
function
[
all
...]
Completed in 47 milliseconds