Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.h116 upb_json_codecache *upb_json_codecache_new(void);
126 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {} in CodeCache()
Dparser.rl310 frame->parser_codecache = upb_json_codecache_new();
2944 upb_json_codecache *upb_json_codecache_new(void) {
/external/protobuf/php/ext/google/protobuf/
Ddef.c615 pool->json_fill_method_cache = upb_json_codecache_new(); in internal_descriptor_pool_init_c_instance()
Dupb.h7155 upb_json_codecache *upb_json_codecache_new();
7165 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {}
Dupb.c9085 frame->parser_codecache = upb_json_codecache_new(); in json_parser_any_frame_new()
12173 upb_json_codecache *upb_json_codecache_new() { in upb_json_codecache_new() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c312 frame->parser_codecache = upb_json_codecache_new(); in json_parser_any_frame_new()
3381 upb_json_codecache *upb_json_codecache_new(void) { in upb_json_codecache_new() function