Home
last modified time | relevance | path

Searched refs:upb_handlercache (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h113 upb_handlercache* fill_handler_cache;
114 upb_handlercache* pb_serialize_handler_cache;
115 upb_handlercache* json_serialize_handler_cache;
116 upb_handlercache* json_serialize_handler_preserve_cache;
H A Dupb.h4141 /* upb_handlercache ***********************************************************/
4143 /* A upb_handlercache lazily builds and caches upb_handlers. You pass it a
4151 struct upb_handlercache;
4152 typedef struct upb_handlercache upb_handlercache; typedef
4156 upb_handlercache *upb_handlercache_new(upb_handlers_callback *callback,
4158 void upb_handlercache_free(upb_handlercache *cache);
4159 const upb_handlers *upb_handlercache_get(upb_handlercache *cache,
4161 bool upb_handlercache_addcleanup(upb_handlercache *h, void *p,
4173 HandlerCache(upb_handlercache*
[all...]
H A Dupb.c5421 upb_handlercache *cache;
5584 upb_handlercache *cache, in upb_handlers_new()
5779 /* upb_handlercache ***********************************************************/
5781 struct upb_handlercache { struct
5788 const upb_handlers *upb_handlercache_get(upb_handlercache *c, in upb_handlercache_get()
5827 upb_handlercache *upb_handlercache_new(upb_handlers_callback *callback, in upb_handlercache_new()
5829 upb_handlercache *cache = upb_gmalloc(sizeof(*cache)); in upb_handlercache_new()
5847 void upb_handlercache_free(upb_handlercache *cache) { in upb_handlercache_free()
5853 bool upb_handlercache_addcleanup(upb_handlercache *c, void *p, in upb_handlercache_addcleanup()
6881 upb_pbcodecache *upb_pbcodecache_new(upb_handlercache *des
[all...]

Completed in 32 milliseconds