Home | History | Annotate | Download | only in protobuf

Lines Matching defs:WireFormat

75 class LIBPROTOBUF_EXPORT WireFormat {
124 // WireFormat::SerializeWithCachedSizes() on the same object.
242 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
293 inline void WireFormat::VerifyUTF8String(const char* data, int size,
294 WireFormat::Operation op) {
296 WireFormat::VerifyUTF8StringFallback(data, size, op);