Searched refs:run_decoder (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 537 void run_decoder(const string& proto, const string* expected_output) { in run_decoder() function 583 run_decoder(proto, &expected_text); in assert_successful_parse() 584 run_decoder(cat( proto, thirty_byte_nop ), &expected_text); in assert_successful_parse() 591 run_decoder(submsg(UPB_DESCRIPTOR_TYPE_MESSAGE, proto), &wrapped_text1); in assert_successful_parse() 592 run_decoder(group(UPB_DESCRIPTOR_TYPE_GROUP, proto), &wrapped_text2); in assert_successful_parse() 596 run_decoder(proto, NULL); in assert_does_not_parse_at_eof() 602 run_decoder(submsg(UPB_DESCRIPTOR_TYPE_MESSAGE, proto), NULL); in assert_does_not_parse_at_eof() 603 run_decoder(cat(submsg(UPB_DESCRIPTOR_TYPE_MESSAGE, proto), in assert_does_not_parse_at_eof() 1099 run_decoder(buf, &textbuf); in test_valid()
|