Home
last modified time | relevance | path

Searched refs:upb_gmalloc (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c32 upb_pbdecodermethod *ret = upb_gmalloc(sizeof(*ret)); in newmethod()
73 mgroup *g = upb_gmalloc(sizeof(*g)); in newgroup()
96 compiler *ret = upb_gmalloc(sizeof(*ret)); in newcompiler()
868 upb_pbcodecache *c = upb_gmalloc(sizeof(*c)); in upb_pbcodecache_new()
Dtextprinter.c113 str = upb_gmalloc(len + 1); in putf()
Dencoder.c305 tag_t *tag = upb_gmalloc(sizeof(tag_t)); in new_tag()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.c400 upb_handlercache *cache = upb_gmalloc(sizeof(*cache)); in upb_handlercache_new()
483 upb_msg_handlerdata *d = upb_gmalloc(sizeof(*d)); in MSG_WRITER()
Dupb.h113 UPB_INLINE void *upb_gmalloc(size_t size) { in upb_gmalloc() function
Ddef.c837 upb_symtab *s = upb_gmalloc(sizeof(*s)); in upb_symtab_new()
1207 fields = upb_gmalloc(n * sizeof(*fields)); in assign_msg_indices()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.c65 strpc *ret = upb_gmalloc(sizeof(*ret)); in newstrpc()
80 strpc * ret = upb_gmalloc(sizeof(*ret)); in newstrpc_str()
621 EnumHandlerData *hd = upb_gmalloc(sizeof(EnumHandlerData)); in set_enum_hd()
1389 upb_json_printercache *cache = upb_gmalloc(sizeof(*cache)); in upb_json_printer_newcache()
Dparser.rl2948 c = upb_gmalloc(sizeof(*c));
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1104 str_t *ret = upb_gmalloc(sizeof(*ret) + len); in newstr()
1371 fields = upb_gmalloc(n * sizeof(*fields)); in assign_msg_indices()
1596 upb_enumdef *e = upb_gmalloc(sizeof(*e)); in upb_enumdef_new()
1818 upb_fielddef *f = upb_gmalloc(sizeof(*f)); in upb_fielddef_new()
2509 upb_msgdef *m = upb_gmalloc(sizeof(*m)); in upb_msgdef_new()
2814 upb_oneofdef *o = upb_gmalloc(sizeof(*o)); in upb_oneofdef_new()
3016 upb_filedef *f = upb_gmalloc(sizeof(*f)); in upb_filedef_new()
3220 upb_symtab *s = upb_gmalloc(sizeof(*s)); in upb_symtab_new()
3396 add_defs = upb_gmalloc(sizeof(void*) * add_objs_size); in symtab_add()
3469 defs = upb_gmalloc(sizeof(*defs) * n); in upb_symtab_addfile()
[all …]
Dupb.h595 UPB_INLINE void *upb_gmalloc(size_t size) { function
/external/protobuf/php/ext/google/protobuf/
Dupb.c1318 fields = upb_gmalloc(n * sizeof(*fields)); in assign_msg_indices()
2746 upb_symtab *s = upb_gmalloc(sizeof(*s)); in upb_symtab_new()
3696 upb_handlercache *cache = upb_gmalloc(sizeof(*cache)); in upb_handlercache_new()
3779 upb_msg_handlerdata *d = upb_gmalloc(sizeof(*d)); in MSG_WRITER()
4432 fields = upb_gmalloc(upb_msgdef_numfields(m) * sizeof(*fields)); in upb_msglayout_init()
4433 submsgs = upb_gmalloc(submsg_count * sizeof(*submsgs)); in upb_msglayout_init()
4549 upb_msgfactory *ret = upb_gmalloc(sizeof(*ret)); in upb_msgfactory_new()
4584 upb_msglayout *l = upb_gmalloc(sizeof(*l)); in upb_msgfactory_getlayout()
5829 upb_pbdecodermethod *ret = upb_gmalloc(sizeof(*ret)); in newmethod()
5870 mgroup *g = upb_gmalloc(sizeof(*g)); in newgroup()
[all …]
Dupb.h274 UPB_INLINE void *upb_gmalloc(size_t size) { in upb_gmalloc() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c3385 c = upb_gmalloc(sizeof(*c)); in upb_json_codecache_new()