Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format.h79 static inline WireFormatLite::WireType WireTypeForField(
282 inline WireFormatLite::WireType WireFormat::WireTypeForField( in WireTypeForField() function
301 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field)); in MakeTag()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_message.cc330 WireFormat::WireTypeForField(field)); in GenerateMergeFromMethods()