Searched refs:upb_env_setallocfunc (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | message.c | 164 upb_env_setallocfunc(&se->env, upb_seededalloc_getallocfunc(&se->alloc), in stackenv_init()
|
D | upb.h | 5239 void upb_env_setallocfunc(upb_env *e, upb_alloc_func *func, void *ud); 5319 upb_env_setallocfunc(this, alloc, ud);
|
D | upb.c | 1812 upb_env_setallocfunc(e, default_alloc, ud); in upb_env_init() 1831 UPB_FORCEINLINE void upb_env_setallocfunc(upb_env *e, upb_alloc_func *alloc, in upb_env_setallocfunc() function
|