OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:visitfield
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
528
static void
visitfield
(const upb_refcounted *r, upb_refcounted_visit *visit,
function
605
static const struct upb_refcounted_vtbl vtbl = {
visitfield
, freefield};
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
610
static void
visitfield
(const upb_refcounted *r, upb_refcounted_visit *visit,
function
686
const struct upb_refcounted_vtbl upb_fielddef_vtbl = {
visitfield
, freefield};
[
all
...]
Completed in 65 milliseconds