Searched refs:TagSize (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
221 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) { function in class:google::protobuf::internal::WireFormat
224 return WireFormatLite::TagSize(field_number,
H A Dwire_format_unittest.cc669 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
672 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
675 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
678 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
681 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
684 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
H A Dwire_format_lite.h159 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
488 // the tag, so you must also call TagSize(). (This is because, for repeated
489 // fields, you should only call TagSize() once and multiply it by the element
584 inline int WireFormatLite::TagSize(int field_number, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format.cc627 our_size += TagSize(field->number(), FieldDescriptor::TYPE_STRING);
631 our_size += count * TagSize(field->number(), field->type());
H A Dextension_set.cc1306 int tag_size = WireFormatLite::TagSize(number, real_type(type));
1348 result += WireFormatLite::TagSize(number, real_type(type));
/external/protobuf/src/google/protobuf/
H A Dwire_format.h87 static inline int TagSize(int field_number, FieldDescriptor::Type type);
284 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) { function in class:google::protobuf::internal::WireFormat
287 return WireFormatLite::TagSize(field_number,
H A Dwire_format_unittest.cc621 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
624 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
627 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
630 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
633 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
636 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
H A Dwire_format_lite.h160 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
446 // the tag, so you must also call TagSize(). (This is because, for repeated
447 // fields, you should only call TagSize() once and multiply it by the element
538 inline int WireFormatLite::TagSize(int field_number, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format.cc930 our_size += TagSize(field->number(), FieldDescriptor::TYPE_STRING);
934 our_size += count * TagSize(field->number(), field->type());
H A Dextension_set.cc1285 int tag_size = WireFormatLite::TagSize(number, real_type(type));
1327 result += WireFormatLite::TagSize(number, real_type(type));
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio0.c1165 cmsUInt32Number TagSize = FileOrig -> TagSizes[i]; local
1171 Mem = _cmsMalloc(Icc ->ContextID, TagSize);
1174 if (FileOrig ->IOhandler->Read(FileOrig->IOhandler, Mem, TagSize, 1) != 1) return FALSE;
1175 if (!io ->Write(io, TagSize, Mem)) return FALSE;
1464 cmsUInt32Number Offset, TagSize; local
1485 TagSize = Icc -> TagSizes[n];
1510 TagSize -= 8; // Alredy read by the type base logic
1523 Icc -> TagPtrs[n] = LocalTypeHandler.ReadPtr(&LocalTypeHandler, io, &ElemCount, TagSize);
1709 cmsUInt32Number Offset, TagSize; local
1722 TagSize
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc64 WireFormat::TagSize(descriptor->number(), descriptor->type()));
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc63 WireFormat::TagSize(descriptor->number(), descriptor->type()));
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum_field.cc65 internal::WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
H A Djava_primitive_field.cc169 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum_field.cc65 internal::WireFormat::TagSize(descriptor->number(), descriptor->type()));
H A Djavamicro_primitive_field.cc197 WireFormat::TagSize(descriptor->number(), descriptor->type()));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum_field.cc69 internal::WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
H A Djava_string_field.cc74 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
H A Djava_primitive_field.cc179 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
/external/chromium_org/third_party/skia/tests/
H A DFontHostTest.cpp24 static const struct TagSize { struct
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_enum_field.cc73 internal::WireFormat::TagSize(descriptor->number(), descriptor->type()));
H A Djavanano_primitive_field.cc243 WireFormat::TagSize(descriptor->number(), descriptor->type()));
/external/skia/tests/
H A DFontHostTest.cpp24 static const struct TagSize { struct

Completed in 910 milliseconds