Home
last modified time | relevance | path

Searched refs:upb_json_codecache_free (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.h117 void upb_json_codecache_free(upb_json_codecache *cache);
126 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {} in CodeCache()
135 std::unique_ptr<upb_json_codecache, decltype(&upb_json_codecache_free)> ptr_;
Dparser.rl343 upb_json_codecache_free(frame->parser_codecache);
2958 void upb_json_codecache_free(upb_json_codecache *c) {
/external/protobuf/php/ext/google/protobuf/
Ddef.c626 upb_json_codecache_free(pool->json_fill_method_cache); in internal_descriptor_pool_free_c()
Dupb.h7156 void upb_json_codecache_free(upb_json_codecache *cache);
7165 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {}
7174 std::unique_ptr<upb_json_codecache, decltype(&upb_json_codecache_free)> ptr_;
Dupb.c9118 upb_json_codecache_free(frame->parser_codecache); in json_parser_any_frame_free()
12187 void upb_json_codecache_free(upb_json_codecache *c) { in upb_json_codecache_free() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c345 upb_json_codecache_free(frame->parser_codecache); in json_parser_any_frame_free()
3395 void upb_json_codecache_free(upb_json_codecache *c) { in upb_json_codecache_free() function