Searched refs:expected_wiretype (Results 1 – 1 of 1) sorted by relevance
1692 auto expected_wiretype = WireFormat::WireTypeForFieldType(field->type()); in ExpectedTag() local1694 WireFormatLite::MakeTag(field->number(), expected_wiretype); in ExpectedTag()1695 GOOGLE_CHECK(expected_wiretype != WireFormatLite::WIRETYPE_LENGTH_DELIMITED); in ExpectedTag()1703 auto expected_wiretype = WireFormat::WireTypeForField(field); in ExpectedTag() local1705 WireFormatLite::MakeTag(field->number(), expected_wiretype); in ExpectedTag()