Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1692 auto expected_wiretype = WireFormat::WireTypeForFieldType(field->type()); in ExpectedTag() local
1694 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() local
1705 WireFormatLite::MakeTag(field->number(), expected_wiretype); in ExpectedTag()