/external/nanopb-c/generator/google/protobuf/internal/ |
encoder.py | 128 tag_size = _TagSize(field_number) 135 return result + local_VarintSize(result) + tag_size 139 result = tag_size * len(value) 146 return tag_size + compute_value_size(value) 157 tag_size = _TagSize(field_number) 164 return result + local_VarintSize(result) + tag_size 168 result = tag_size * len(value) 175 return tag_size + compute_value_size(modify_value(value)) 186 tag_size = _TagSize(field_number) 191 return result + local_VarintSize(result) + tag_size [all...] |
/external/protobuf/python/google/protobuf/internal/ |
encoder.py | 134 tag_size = _TagSize(field_number) 141 return result + local_VarintSize(result) + tag_size 145 result = tag_size * len(value) 152 return tag_size + compute_value_size(value) 163 tag_size = _TagSize(field_number) 170 return result + local_VarintSize(result) + tag_size 174 result = tag_size * len(value) 181 return tag_size + compute_value_size(modify_value(value)) 192 tag_size = _TagSize(field_number) 197 return result + local_VarintSize(result) + tag_size [all...] |
/frameworks/compile/mclinker/lib/Target/ |
ELFAttribute.cpp | 208 size_t tag_size; local 209 uint64_t tag = leb128::decode<uint64_t>(subsubsection_data, tag_size); 211 if ((tag_size + 4 /* byte-size */) >= remaining_size) 215 *reinterpret_cast<const uint32_t*>(subsubsection_data + tag_size); 230 size_t attribute_offset = tag_size + 4 /* byte-size */;
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
setup.h | 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
|
/development/ndk/platforms/android-21/arch-arm/include/asm/ |
setup.h | 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
setup.h | 181 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/ |
setup.h | 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/ |
setup.h | 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/ |
setup.h | 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 230 int, // tag_size, unused. 248 int tag_size, 252 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local 273 const int per_value_size = tag_size + sizeof(value); 299 int tag_size, \ 305 tag_size, tag, input, values); \ 319 int tag_size, 324 tag_size, tag, input, value); [all...] |
wire_format_lite.h | 257 // tag_size and tag should both be compile-time constants provided by the 260 static inline bool ReadRepeatedPrimitive(int tag_size, 268 static bool ReadRepeatedPrimitiveNoInline(int tag_size, 503 int tag_size,
|
extension_set.cc | 1444 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite_inl.h | 224 inline bool WireFormatLite::ReadRepeatedPrimitive(int, // tag_size, unused. 242 int tag_size, 246 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local 267 const int per_value_size = tag_size + sizeof(value); 293 int tag_size, \ 299 tag_size, tag, input, values); \ 313 int tag_size, 318 tag_size, tag, input, value); [all...] |
wire_format_lite.h | 246 // tag_size and tag should both be compile-time constants provided by the 249 static inline bool ReadRepeatedPrimitive(int tag_size, 257 static bool ReadRepeatedPrimitiveNoInline(int tag_size, 488 int tag_size,
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite_inl.h | 224 inline bool WireFormatLite::ReadRepeatedPrimitive(int, // tag_size, unused. 242 int tag_size, 246 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local 267 const int per_value_size = tag_size + sizeof(value); 293 int tag_size, \ 299 tag_size, tag, input, values); \ 313 int tag_size, 318 tag_size, tag, input, value); [all...] |
wire_format_lite.h | 246 // tag_size and tag should both be compile-time constants provided by the 249 static inline bool ReadRepeatedPrimitive(int tag_size, 257 static bool ReadRepeatedPrimitiveNoInline(int tag_size, 488 int tag_size,
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
wire_format_lite_inl.h | 224 inline bool WireFormatLite::ReadRepeatedPrimitive(int, // tag_size, unused. 242 int tag_size, 246 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local 267 const int per_value_size = tag_size + sizeof(value); 293 int tag_size, \ 299 tag_size, tag, input, values); \ 313 int tag_size, 318 tag_size, tag, input, value); [all...] |
wire_format_lite.h | 246 // tag_size and tag should both be compile-time constants provided by the 249 static inline bool ReadRepeatedPrimitive(int tag_size, 257 static bool ReadRepeatedPrimitiveNoInline(int tag_size, 488 int tag_size,
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wire_format_lite_inl.h | 232 int, // tag_size, unused. 250 int tag_size, 254 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local 275 const int per_value_size = tag_size + sizeof(value); 301 int tag_size, \ 307 tag_size, tag, input, values); \ 321 int tag_size, 326 tag_size, tag, input, value); [all...] |
wire_format_lite.h | 257 // tag_size and tag should both be compile-time constants provided by the 260 static bool ReadRepeatedPrimitive(int tag_size, 268 static bool ReadRepeatedPrimitiveNoInline(int tag_size, 526 int tag_size,
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
wire_format_lite_inl.h | 224 inline bool WireFormatLite::ReadRepeatedPrimitive(int, // tag_size, unused. 242 int tag_size, 246 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local 267 const int per_value_size = tag_size + sizeof(value); 293 int tag_size, \ 299 tag_size, tag, input, values); \ 313 int tag_size, 318 tag_size, tag, input, value); [all...] |
wire_format_lite.h | 246 // tag_size and tag should both be compile-time constants provided by the 249 static inline bool ReadRepeatedPrimitive(int tag_size, 257 static bool ReadRepeatedPrimitiveNoInline(int tag_size, 488 int tag_size,
|
/external/e2fsprogs/debugfs/ |
logdump.c | 470 int offset, tag_size = JBD_TAG_SIZE32; local 478 tag_size = JBD_TAG_SIZE64; 495 offset += tag_size;
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 1592 const uint64 tag_size = local 1712 const uint64 tag_size = tag.Write(writer); local [all...] |