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

  /external/protobuf/python/google/protobuf/internal/
encoder.py 122 tag_size = _TagSize(field_number)
129 return result + local_VarintSize(result) + tag_size
133 result = tag_size * len(value)
140 return tag_size + compute_value_size(value)
151 tag_size = _TagSize(field_number)
158 return result + local_VarintSize(result) + tag_size
162 result = tag_size * len(value)
169 return tag_size + compute_value_size(modify_value(value))
180 tag_size = _TagSize(field_number)
185 return result + local_VarintSize(result) + tag_size
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 225 inline bool WireFormatLite::ReadRepeatedPrimitive(int tag_size,
243 int tag_size,
247 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local
268 const int per_value_size = tag_size + sizeof(value);
294 int tag_size, \
300 tag_size, tag, input, values); \
314 int tag_size,
319 tag_size, tag, input, value);
wire_format_lite.h 248 // tag_size and tag should both be compile-time constants provided by the
251 static inline bool ReadRepeatedPrimitive(int tag_size,
259 static bool ReadRepeatedPrimitiveNoInline(int tag_size,
486 int tag_size,
extension_set.cc 1285 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 469 int offset, tag_size = JBD_TAG_SIZE32; local
477 tag_size = JBD_TAG_SIZE64;
494 offset += tag_size;

Completed in 295 milliseconds