Searched refs:parser_method (Results 1 – 3 of 3) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/ |
| D | test_json.cc | 191 const upb::json::ParserMethodPtr parser_method, in test_json_roundtrip_message() argument 199 env.arena(), parser_method, NULL, printer.input(), in test_json_roundtrip_message() 234 const upb::json::ParserMethodPtr parser_method = parse_codecache.Get(md); in test_json_roundtrip() local 246 serialize_handlers, parser_method, (int)i, in test_json_roundtrip() 261 serialize_handlers, parser_method, (int)i, in test_json_roundtrip() 278 serialize_handlers, parser_method, (int)i, in test_json_roundtrip() 286 const upb::json::ParserMethodPtr parser_method, in test_json_parse_failure() argument 293 env.arena(), parser_method, NULL, printer.input(), env.status(), false); in test_json_parse_failure() 316 const upb::json::ParserMethodPtr parser_method = parse_codecache.Get(md); in test_json_failure() local 323 parser_method, (int)i); in test_json_failure()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
| D | parser.c | 328 const upb_json_parsermethod *parser_method; in json_parser_any_frame_set_payload_type() local 336 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type); in json_parser_any_frame_set_payload_type() 339 upb_json_parser_create(p->arena, parser_method, p->symtab, frame->sink, in json_parser_any_frame_set_payload_type()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
| D | parser.rl | 326 const upb_json_parsermethod *parser_method; 334 parser_method = upb_json_codecache_get(frame->parser_codecache, payload_type); 337 upb_json_parser_create(p->arena, parser_method, p->symtab, frame->sink,
|