Home
last modified time | relevance | path

Searched refs:allocbuf (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dmessage.c140 char allocbuf[STACK_ENV_STACKBYTES]; member
163 upb_seededalloc_init(&se->alloc, &se->allocbuf, STACK_ENV_STACKBYTES); in stackenv_init()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c687 char allocbuf[STACK_ENV_STACKBYTES]; member
710 upb_env_init2(&se->env, se->allocbuf, sizeof(se->allocbuf), NULL); in stackenv_init()