Searched defs:wiretype (Results 1 – 5 of 5) sorted by relevance
1343 WireFormatLite::WireType wiretype) { in ShouldRepeat()1352 Formatter& format, WireFormatLite::WireType wiretype, in GenerateFieldBody()1572 auto wiretype = WireFormatLite::GetTagWireType(expected_tag); in GenerateFieldSwitch() local
669 bool checkreturn pb_encode_tag(pb_ostream_t *stream, pb_wire_type_t wiretype, uint32_t field_number) in pb_encode_tag()677 pb_wire_type_t wiretype; in pb_encode_tag_for_field() local
319 def AddDecoder(wiretype, is_packed): argument