Home
last modified time | relevance | path

Searched refs:fill_handler_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c371 upb_handlercache_free(self->fill_handler_cache); in DescriptorPool_free()
396 self->fill_handler_cache = in DescriptorPool_alloc()
402 self->fill_method_cache = upb_pbcodecache_new(self->fill_handler_cache); in DescriptorPool_alloc()
Dprotobuf.h113 upb_handlercache* fill_handler_cache; member
Dencode_decode.c960 return upb_handlercache_get(pool->fill_handler_cache, desc->msgdef); in get_fill_handlers()