Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dwire_format.h82 static inline WireFormatLite::WireType WireTypeForField(
325 inline WireFormatLite::WireType WireFormat::WireTypeForField( in WireTypeForField() function
343 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field)); in MakeTag()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1762 auto expected_wiretype = WireFormat::WireTypeForField(field); in ExpectedTag()