Searched refs:enc66 (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 693 const string& enc33, const string& enc66) { in test_valid_data_for_type() argument 701 tag(fieldnum, wire_type), enc66 ), in test_valid_data_for_type() 710 tag(rep_fieldnum, wire_type), enc66 ), in test_valid_data_for_type() 721 delim(cat( enc33, enc66 )) ), in test_valid_data_for_type() 731 const string& enc33, const string& enc66) { in test_valid_data_for_signed_type() argument 739 tag(fieldnum, wire_type), enc66 ), in test_valid_data_for_signed_type() 748 tag(rep_fieldnum, wire_type), enc66 ), in test_valid_data_for_signed_type() 759 delim(cat( enc33, enc66 )) ), in test_valid_data_for_signed_type()
|