HomeSort by relevance Sort by last modified time
    Searched refs:upb_refcounted_vtbl (Results 1 - 4 of 4) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 1467 struct upb_refcounted_vtbl { struct
    [all...]
upb.c 140 const struct upb_refcounted_vtbl *vtbl,
455 const struct upb_refcounted_vtbl upb_enumdef_vtbl = {NULL, &upb_enumdef_free};
686 const struct upb_refcounted_vtbl upb_fielddef_vtbl = {visitfield, freefield};
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 98 const struct upb_refcounted_vtbl *vtbl,
396 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_enumdef_free};
605 static const struct upb_refcounted_vtbl vtbl = {visitfield, freefield};
    [all...]
upb.h 1179 struct upb_refcounted_vtbl { struct
    [all...]

Completed in 131 milliseconds