Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c165 upb_json_codecache *parser_codecache; member
312 frame->parser_codecache = upb_json_codecache_new(); in json_parser_any_frame_new()
336 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type); in json_parser_any_frame_set_payload_type()
345 upb_json_codecache_free(frame->parser_codecache); in json_parser_any_frame_free()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl163 upb_json_codecache *parser_codecache;
310 frame->parser_codecache = upb_json_codecache_new();
334 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type);
343 upb_json_codecache_free(frame->parser_codecache);
/external/protobuf/php/ext/google/protobuf/
Dupb.c8938 upb_json_codecache *parser_codecache; member
9085 frame->parser_codecache = upb_json_codecache_new(); in json_parser_any_frame_new()
9109 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type); in json_parser_any_frame_set_payload_type()
9118 upb_json_codecache_free(frame->parser_codecache); in json_parser_any_frame_free()