Home
last modified time | relevance | path

Searched refs:upb_handlercache_free (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/third_party/upb/upb/
Dhandlers.h613 void upb_handlercache_free(upb_handlercache *cache);
625 : ptr_(upb_handlercache_new(callback, closure), upb_handlercache_free) {} in HandlerCache()
628 HandlerCache(upb_handlercache* c) : ptr_(c, upb_handlercache_free) {} in HandlerCache()
637 std::unique_ptr<upb_handlercache, decltype(&upb_handlercache_free)> ptr_;
Dhandlers.c418 void upb_handlercache_free(upb_handlercache *cache) { in upb_handlercache_free() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c371 upb_handlercache_free(self->fill_handler_cache); in DescriptorPool_free()
372 upb_handlercache_free(self->pb_serialize_handler_cache); in DescriptorPool_free()
373 upb_handlercache_free(self->json_serialize_handler_cache); in DescriptorPool_free()
374 upb_handlercache_free(self->json_serialize_handler_preserve_cache); in DescriptorPool_free()
Dupb.h4158 void upb_handlercache_free(upb_handlercache *cache);
4170 : ptr_(upb_handlercache_new(callback, closure), upb_handlercache_free) {} in HandlerCache()
4173 HandlerCache(upb_handlercache* c) : ptr_(c, upb_handlercache_free) {} in HandlerCache()
4182 std::unique_ptr<upb_handlercache, decltype(&upb_handlercache_free)> ptr_;
Dupb.c5847 void upb_handlercache_free(upb_handlercache *cache) { in upb_handlercache_free() function
9301 upb_handlercache_free(frame->encoder_handlercache); in json_parser_any_frame_free()
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/
Dparser.c344 upb_handlercache_free(frame->encoder_handlercache); in json_parser_any_frame_free()
/third_party/grpc/third_party/upb/cmake/upb/json/
Dparser.c344 upb_handlercache_free(frame->encoder_handlercache); in json_parser_any_frame_free()
/third_party/grpc/third_party/upb/upb/json/
Dparser.rl342 upb_handlercache_free(frame->encoder_handlercache);