Home
last modified time | relevance | path

Searched defs:wiretype (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1642 internal::WireFormatLite::WireType wiretype) { in ShouldRepeat()
1650 void GenerateFieldBody(internal::WireFormatLite::WireType wiretype, in GenerateFieldBody()
1792 auto wiretype = WireFormatLite::GetTagWireType(expected_tag); in GenerateParseLoop() local
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py329 def AddDecoder(wiretype, is_packed): argument