HomeSort by relevance Sort by last modified time
    Searched refs:TagSize (Results 1 - 15 of 15) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
305 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
308 return WireFormatLite::TagSize(field_number,
wire_format_unittest.cc 748 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
751 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
754 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
757 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
760 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
763 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
    [all...]
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
459 // the tag, so you must also call TagSize(). (This is because, for repeated
460 // fields, you should only call TagSize() once and multiply it by the element
579 inline int WireFormatLite::TagSize(int field_number,
wire_format.cc     [all...]
extension_set.cc     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsio0.c     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 66 WireFormat::TagSize(descriptor->number(), descriptor->type()));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 65 internal::WireFormat::TagSize(descriptor->number(), descriptor->type()));
javamicro_primitive_field.cc 197 WireFormat::TagSize(descriptor->number(), descriptor->type()));
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 74 internal::WireFormat::TagSize(descriptor->number(), descriptor->type()));
javanano_primitive_field.cc 243 WireFormat::TagSize(descriptor->number(), descriptor->type()));
    [all...]
  /external/skia/tests/
FontHostTest.cpp 24 static const struct TagSize {
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 70 internal::WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
java_primitive_field.cc 99 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
java_string_field.cc 75 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
    [all...]

Completed in 197 milliseconds