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/ |
D | parser.h | 118 const upb_json_parsermethod* upb_json_codecache_get(upb_json_codecache* cache, 131 return upb_json_codecache_get(ptr_.get(), md.ptr()); in Get()
|
D | parser.rl | 334 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/ |
D | parser.c | 336 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/ |
D | encode_decode.c | 1056 return upb_json_codecache_get(desc->pool->json_fill_method_cache, desc->msgdef); in msgdef_jsonparsermethod()
|
D | upb.c | 9109 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()
|
D | upb.h | 7157 const upb_json_parsermethod* upb_json_codecache_get(upb_json_codecache* cache, 7170 return upb_json_codecache_get(ptr_.get(), md.ptr());
|