Searched refs:enc33 (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 700 cat( tag(fieldnum, wire_type), enc33, in test_valid_data_for_type() 709 cat( tag(rep_fieldnum, wire_type), enc33, 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 738 cat( tag(fieldnum, wire_type), enc33, in test_valid_data_for_signed_type() 747 cat( tag(rep_fieldnum, wire_type), enc33, in test_valid_data_for_signed_type() 759 delim(cat( enc33, enc66 )) ), in test_valid_data_for_signed_type()
|