Searched refs:WireTypeForField (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h79 static inline WireFormatLite::WireType WireTypeForField(
199 inline WireFormatLite::WireType WireFormat::WireTypeForField( function in class:google::protobuf::internal::WireFormat
218 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
/external/protobuf/src/google/protobuf/
H A Dwire_format.h78 static inline WireFormatLite::WireType WireTypeForField(
262 inline WireFormatLite::WireType WireFormat::WireTypeForField( function in class:google::protobuf::internal::WireFormat
281 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc330 WireFormat::WireTypeForField(field));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc1508 "wiretype", kWireTypeNames[WireFormat::WireTypeForField(field)]);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc1268 "wiretype", kWireTypeNames[WireFormat::WireTypeForField(field)]);

Completed in 213 milliseconds