Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.h118 const upb_json_parsermethod* upb_json_codecache_get(upb_json_codecache* cache,
131 return upb_json_codecache_get(ptr_.get(), md.ptr()); in Get()
Dparser.rl334 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type);
2963 const upb_json_parsermethod *upb_json_codecache_get(upb_json_codecache *c,
2989 upb_json_codecache_get(c, subdef);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c336 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type); in json_parser_any_frame_set_payload_type()
3400 const upb_json_parsermethod *upb_json_codecache_get(upb_json_codecache *c, in upb_json_codecache_get() function
3426 upb_json_codecache_get(c, subdef); in upb_json_codecache_get()
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1056 return upb_json_codecache_get(desc->pool->json_fill_method_cache, desc->msgdef); in msgdef_jsonparsermethod()
Dupb.c9109 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type); in json_parser_any_frame_set_payload_type()
12192 const upb_json_parsermethod *upb_json_codecache_get(upb_json_codecache *c, in upb_json_codecache_get() function
12219 upb_json_codecache_get(c, subdef); in upb_json_codecache_get()
Dupb.h7157 const upb_json_parsermethod* upb_json_codecache_get(upb_json_codecache* cache,
7170 return upb_json_codecache_get(ptr_.get(), md.ptr());