Searched refs:wiretype (Results 1 – 2 of 2) sorted by relevance
1642 internal::WireFormatLite::WireType wiretype) { in ShouldRepeat() argument1647 wiretype != internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED); in ShouldRepeat()1650 void GenerateFieldBody(internal::WireFormatLite::WireType wiretype, in GenerateFieldBody() argument1652 uint32 tag = WireFormatLite::MakeTag(field->number(), wiretype); in GenerateFieldBody()1653 switch (wiretype) { in GenerateFieldBody()1792 auto wiretype = WireFormatLite::GetTagWireType(expected_tag); in GenerateParseLoop() local1793 uint32 tag = WireFormatLite::MakeTag(field->number(), wiretype); in GenerateParseLoop()1795 bool is_repeat = ShouldRepeat(field, wiretype); in GenerateParseLoop()1804 GenerateFieldBody(wiretype, field); in GenerateParseLoop()
329 def AddDecoder(wiretype, is_packed): argument330 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)