Searched refs:upb_gfree (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.c | 414 upb_gfree(cache); in upb_handlercache_new() 421 upb_gfree(cache); in upb_handlercache_free() 490 upb_handlers_addcleanup(h, d, upb_gfree); in MSG_WRITER()
|
D | upb.h | 121 UPB_INLINE void upb_gfree(void *ptr) { in upb_gfree() function
|
D | def.c | 833 upb_gfree(s); in upb_symtab_free() 851 upb_gfree(s); in upb_symtab_new() 1232 upb_gfree(fields); in assign_msg_indices()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 1112 static void freestr(str_t *s) { upb_gfree(s); } in freestr() 1206 upb_gfree((void*)def->fullname); in upb_def_setfullname() 1225 upb_gfree((void*)def->fullname); in upb_def_uninit() 1384 upb_gfree(fields); in assign_msg_indices() 1452 upb_gfree(fields); in assign_msg_indices() 1585 upb_gfree(upb_value_getcstr(upb_inttable_iter_value(&i))); in freeenum() 1590 upb_gfree(e); in freeenum() 1611 upb_gfree(e); in upb_enumdef_new() 1755 upb_gfree(f->sub.name); in freefield() 1757 upb_gfree(f->msg.name); in freefield() [all …]
|
D | upb.h | 603 UPB_INLINE void upb_gfree(void *ptr) { function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 27 upb_gfree(method); in freemethod() 68 upb_gfree(g->bytecode); in freegroup() 69 upb_gfree(g); in freegroup() 109 upb_gfree(c); in freecompiler() 892 upb_gfree(c); in upb_pbcodecache_free()
|
D | textprinter.c | 120 upb_gfree(str); in putf()
|
D | encoder.c | 309 upb_handlers_addcleanup(h, tag, upb_gfree); in new_tag()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | printer.c | 53 upb_gfree(pc->ptr); in freestrpc() 54 upb_gfree(pc); in freestrpc() 624 upb_handlers_addcleanup(h, hd, upb_gfree); in set_enum_hd() 1393 upb_handlercache_addcleanup(ret, cache, upb_gfree); in upb_json_printer_newcache()
|
D | parser.rl | 2960 upb_gfree(c);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1395 upb_gfree(fields); in assign_msg_indices() 2742 upb_gfree(s); in upb_symtab_free() 2759 upb_gfree(s); in upb_symtab_new() 3710 upb_gfree(cache); in upb_handlercache_new() 3717 upb_gfree(cache); in upb_handlercache_free() 3786 upb_handlers_addcleanup(h, d, upb_gfree); in MSG_WRITER() 4399 upb_gfree(l); in upb_msglayout_free() 4438 upb_gfree(fields); in upb_msglayout_init() 4439 upb_gfree(submsgs); in upb_msglayout_init() 4566 upb_gfree(f); in upb_msgfactory_free() [all …]
|
D | upb.h | 282 UPB_INLINE void upb_gfree(void *ptr) { in upb_gfree() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 3397 upb_gfree(c); in upb_json_codecache_free()
|