Searched refs:stacksize (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 7517 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function 8431 d->stack = upb_env_malloc(e, stacksize(d, default_max_nesting)); in upb_pbdecoder_create() 8481 size_t old_size = stacksize(d, d->stack_size); in upb_pbdecoder_setmaxnesting() 8482 size_t new_size = stacksize(d, max); in upb_pbdecoder_setmaxnesting()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 8206 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function 9142 d->stack = upb_env_malloc(e, stacksize(d, default_max_nesting)); in upb_pbdecoder_create() 9193 size_t old_size = stacksize(d, d->stack_size); in upb_pbdecoder_setmaxnesting() 9194 size_t new_size = stacksize(d, max); in upb_pbdecoder_setmaxnesting()
|