Searched defs:vtbl (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/include/hardware/ |
D | hwvulkan.h | 51 const void* vtbl; member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 98 const struct upb_refcounted_vtbl *vtbl, in upb_def_init() 396 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_enumdef_free}; in upb_enumdef_new() local 605 static const struct upb_refcounted_vtbl vtbl = {visitfield, freefield}; in upb_fielddef_new() local 1262 static const struct upb_refcounted_vtbl vtbl = {visitmsg, freemsg}; in upb_msgdef_new() local 1534 static const struct upb_refcounted_vtbl vtbl = {visitoneof, freeoneof}; in upb_oneofdef_new() local 2018 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers}; variable 3409 const struct upb_refcounted_vtbl *vtbl, in upb_refcounted_init() 3601 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; in upb_symtab_new() local 6522 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; in newgroup() local 6552 static const struct upb_refcounted_vtbl vtbl = {visitmethod, freemethod}; in newmethod() local
|
D | upb.h | 1101 const struct upb_refcounted_vtbl *vtbl; member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 140 const struct upb_refcounted_vtbl *vtbl, in upb_def_init() 2165 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers}; variable 3568 const struct upb_refcounted_vtbl *vtbl, in upb_refcounted_init() 3756 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; in upb_symtab_new() local 7195 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; in newgroup() local 7225 static const struct upb_refcounted_vtbl vtbl = {visitmethod, freemethod}; in newmethod() local 11979 static const struct upb_refcounted_vtbl vtbl = {visit_json_parsermethod, in upb_json_parsermethod_new() local
|