Home
last modified time | relevance | path

Searched refs:UNKNOWN_FIELD (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc363 #define UNKNOWN_FIELD 666 macro
640 assert_does_not_parse_at_eof(tag(UNKNOWN_FIELD, wire_type)); in test_premature_eof_for_type()
652 cat( tag(UNKNOWN_FIELD, wire_type), incomplete )); in test_premature_eof_for_type()
665 cat( tag(UNKNOWN_FIELD, wire_type), varint(1) )); in test_premature_eof_for_type()
796 assert_does_not_parse_at_eof( tag(UNKNOWN_FIELD, UPB_WIRE_TYPE_START_GROUP) ); in test_invalid()
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc156 #define UNKNOWN_FIELD 666 macro
527 tag(UNKNOWN_FIELD, wire_type), in TestPrematureEOFForType()
539 cat( tag(UNKNOWN_FIELD, wire_type), incomplete ), in TestPrematureEOFForType()
555 cat( tag(UNKNOWN_FIELD, wire_type), varint(1) ), in TestPrematureEOFForType()