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

  /external/nanopb-c/generator/google/protobuf/internal/
decoder.py 161 """Read a tag from the buffer, and return a (tag_bytes, new_pos) tuple.
210 tag_bytes = encoder.TagBytes(field_number, wire_type)
211 tag_len = len(tag_bytes)
222 if buffer[new_pos:pos] != tag_bytes or new_pos >= end:
385 tag_bytes = encoder.TagBytes(field_number,
387 tag_len = len(tag_bytes)
400 if buffer[new_pos:pos] != tag_bytes or new_pos == end:
422 tag_bytes = encoder.TagBytes(field_number,
424 tag_len = len(tag_bytes)
437 if buffer[new_pos:pos] != tag_bytes or new_pos == end
    [all...]
encoder.py 411 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
414 write(tag_bytes)
423 tag_bytes = TagBytes(field_number, wire_type)
426 write(tag_bytes)
430 tag_bytes = TagBytes(field_number, wire_type)
432 write(tag_bytes)
445 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
448 write(tag_bytes)
457 tag_bytes = TagBytes(field_number, wire_type)
460 write(tag_bytes)
    [all...]
python_message.py 211 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)
212 cls._decoders_by_tag[tag_bytes] = (
747 for tag_bytes, value_bytes in self._unknown_fields:
748 size += len(tag_bytes) + len(value_bytes)
784 for tag_bytes, value_bytes in self._unknown_fields:
785 write_bytes(tag_bytes)
815 (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
816 field_decoder = decoders_by_tag.get(tag_bytes)
819 new_pos = local_SkipField(buffer, new_pos, end, tag_bytes)
824 unknown_field_list.append((tag_bytes, buffer[value_start_pos:new_pos])
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 420 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
423 write(tag_bytes)
432 tag_bytes = TagBytes(field_number, wire_type)
435 write(tag_bytes)
439 tag_bytes = TagBytes(field_number, wire_type)
441 write(tag_bytes)
454 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
457 write(tag_bytes)
466 tag_bytes = TagBytes(field_number, wire_type)
469 write(tag_bytes)
    [all...]
decoder.py 176 """Read a tag from the buffer, and return a (tag_bytes, new_pos) tuple.
227 tag_bytes = encoder.TagBytes(field_number, wire_type)
228 tag_len = len(tag_bytes)
239 if buffer[new_pos:pos] != tag_bytes or new_pos >= end:
391 tag_bytes = encoder.TagBytes(field_number,
394 (tag_bytes, buffer[value_start_pos:pos]))
404 tag_bytes = encoder.TagBytes(field_number, wire_format.WIRETYPE_VARINT)
405 tag_len = len(tag_bytes)
418 (tag_bytes, buffer[pos:new_pos]))
422 if buffer[new_pos:pos] != tag_bytes or new_pos >= end
    [all...]
unknown_fields_test.py 63 for tag_bytes, value in self.unknown_fields:
64 if tag_bytes == field_tag:
65 decoder = unittest_pb2.TestAllTypes._decoders_by_tag[tag_bytes][0]
204 for tag_bytes, value in self.unknown_fields:
205 if tag_bytes == field_tag:
207 tag_bytes][0]
wire_format_test.py 105 for field_number, tag_bytes in ((15, 1), (16, 2), (2047, 2), (2048, 3)):
106 expected_size = expected_value_size + tag_bytes
python_message.py 221 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)
222 cls._decoders_by_tag[tag_bytes] = (
793 for tag_bytes, value_bytes in self._unknown_fields:
794 size += len(tag_bytes) + len(value_bytes)
830 for tag_bytes, value_bytes in self._unknown_fields:
831 write_bytes(tag_bytes)
862 (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
863 field_decoder, field_desc = decoders_by_tag.get(tag_bytes, (None, None))
866 new_pos = local_SkipField(buffer, new_pos, end, tag_bytes)
871 unknown_field_list.append((tag_bytes, buffer[value_start_pos:new_pos])
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 186 int tag_bytes = journal_tag_bytes(journal); local
190 while ((tagp - bh->b_data + tag_bytes) <= size) {
194 tagp += tag_bytes;
310 static inline unsigned long long read_tag_block(int tag_bytes, journal_block_tag_t *tag)
313 if (tag_bytes > JBD_TAG_SIZE32)
361 int tag_bytes = journal_tag_bytes(journal); local
477 while ((tagp - bh->b_data + tag_bytes)
499 blocknr = read_tag_block(tag_bytes,
550 tagp += tag_bytes;
  /system/tpm/trunks/
tpm_generated.cc 9472 std::string tag_bytes; local
9507 std::string tag_bytes; local
9708 std::string tag_bytes; local
9743 std::string tag_bytes; local
9944 std::string tag_bytes; local
9979 std::string tag_bytes; local
10180 std::string tag_bytes; local
10216 std::string tag_bytes; local
10419 std::string tag_bytes; local
10456 std::string tag_bytes; local
10779 std::string tag_bytes; local
10816 std::string tag_bytes; local
11094 std::string tag_bytes; local
11129 std::string tag_bytes; local
11391 std::string tag_bytes; local
11431 std::string tag_bytes; local
11771 std::string tag_bytes; local
11808 std::string tag_bytes; local
12097 std::string tag_bytes; local
12134 std::string tag_bytes; local
12388 std::string tag_bytes; local
12426 std::string tag_bytes; local
12735 std::string tag_bytes; local
12771 std::string tag_bytes; local
13055 std::string tag_bytes; local
13092 std::string tag_bytes; local
13350 std::string tag_bytes; local
13386 std::string tag_bytes; local
13655 std::string tag_bytes; local
13691 std::string tag_bytes; local
13984 std::string tag_bytes; local
14022 std::string tag_bytes; local
14359 std::string tag_bytes; local
14396 std::string tag_bytes; local
14734 std::string tag_bytes; local
14770 std::string tag_bytes; local
15070 std::string tag_bytes; local
15106 std::string tag_bytes; local
15398 std::string tag_bytes; local
15434 std::string tag_bytes; local
15682 std::string tag_bytes; local
15719 std::string tag_bytes; local
15989 std::string tag_bytes; local
16025 std::string tag_bytes; local
16264 std::string tag_bytes; local
16300 std::string tag_bytes; local
16572 std::string tag_bytes; local
16609 std::string tag_bytes; local
16923 std::string tag_bytes; local
16960 std::string tag_bytes; local
17257 std::string tag_bytes; local
17294 std::string tag_bytes; local
17580 std::string tag_bytes; local
17616 std::string tag_bytes; local
17859 std::string tag_bytes; local
17895 std::string tag_bytes; local
18134 std::string tag_bytes; local
18169 std::string tag_bytes; local
18403 std::string tag_bytes; local
18439 std::string tag_bytes; local
18686 std::string tag_bytes; local
18722 std::string tag_bytes; local
18962 std::string tag_bytes; local
18997 std::string tag_bytes; local
19239 std::string tag_bytes; local
19276 std::string tag_bytes; local
19567 std::string tag_bytes; local
19603 std::string tag_bytes; local
19880 std::string tag_bytes; local
19917 std::string tag_bytes; local
20252 std::string tag_bytes; local
20289 std::string tag_bytes; local
20607 std::string tag_bytes; local
20644 std::string tag_bytes; local
20964 std::string tag_bytes; local
21001 std::string tag_bytes; local
21320 std::string tag_bytes; local
21357 std::string tag_bytes; local
21668 std::string tag_bytes; local
21705 std::string tag_bytes; local
22019 std::string tag_bytes; local
22059 std::string tag_bytes; local
22362 std::string tag_bytes; local
22400 std::string tag_bytes; local
22680 std::string tag_bytes; local
22716 std::string tag_bytes; local
22988 std::string tag_bytes; local
23024 std::string tag_bytes; local
23292 std::string tag_bytes; local
23327 std::string tag_bytes; local
23557 std::string tag_bytes; local
23592 std::string tag_bytes; local
23822 std::string tag_bytes; local
23858 std::string tag_bytes; local
24081 std::string tag_bytes; local
24119 std::string tag_bytes; local
24375 std::string tag_bytes; local
24414 std::string tag_bytes; local
24725 std::string tag_bytes; local
24760 std::string tag_bytes; local
25002 std::string tag_bytes; local
25037 std::string tag_bytes; local
25247 std::string tag_bytes; local
25282 std::string tag_bytes; local
25569 std::string tag_bytes; local
25606 std::string tag_bytes; local
25953 std::string tag_bytes; local
25990 std::string tag_bytes; local
26332 std::string tag_bytes; local
26367 std::string tag_bytes; local
26605 std::string tag_bytes; local
26640 std::string tag_bytes; local
26882 std::string tag_bytes; local
26917 std::string tag_bytes; local
27143 std::string tag_bytes; local
27178 std::string tag_bytes; local
27458 std::string tag_bytes; local
27493 std::string tag_bytes; local
27771 std::string tag_bytes; local
27806 std::string tag_bytes; local
28036 std::string tag_bytes; local
28071 std::string tag_bytes; local
28281 std::string tag_bytes; local
28316 std::string tag_bytes; local
28542 std::string tag_bytes; local
28577 std::string tag_bytes; local
28807 std::string tag_bytes; local
28842 std::string tag_bytes; local
29096 std::string tag_bytes; local
29131 std::string tag_bytes; local
29405 std::string tag_bytes; local
29440 std::string tag_bytes; local
29662 std::string tag_bytes; local
29697 std::string tag_bytes; local
29903 std::string tag_bytes; local
29938 std::string tag_bytes; local
30144 std::string tag_bytes; local
30180 std::string tag_bytes; local
30428 std::string tag_bytes; local
30463 std::string tag_bytes; local
30729 std::string tag_bytes; local
30770 std::string tag_bytes; local
31116 std::string tag_bytes; local
31151 std::string tag_bytes; local
31397 std::string tag_bytes; local
31432 std::string tag_bytes; local
31646 std::string tag_bytes; local
31681 std::string tag_bytes; local
31887 std::string tag_bytes; local
31922 std::string tag_bytes; local
32128 std::string tag_bytes; local
32163 std::string tag_bytes; local
32381 std::string tag_bytes; local
32416 std::string tag_bytes; local
32646 std::string tag_bytes; local
32681 std::string tag_bytes; local
32891 std::string tag_bytes; local
32926 std::string tag_bytes; local
33168 std::string tag_bytes; local
33203 std::string tag_bytes; local
33445 std::string tag_bytes; local
33480 std::string tag_bytes; local
33706 std::string tag_bytes; local
33741 std::string tag_bytes; local
33996 std::string tag_bytes; local
34031 std::string tag_bytes; local
34260 std::string tag_bytes; local
34297 std::string tag_bytes; local
34526 std::string tag_bytes; local
34562 std::string tag_bytes; local
34794 std::string tag_bytes; local
34830 std::string tag_bytes; local
35049 std::string tag_bytes; local
35085 std::string tag_bytes; local
35300 std::string tag_bytes; local
35335 std::string tag_bytes; local
35562 std::string tag_bytes; local
35597 std::string tag_bytes; local
35802 std::string tag_bytes; local
35838 std::string tag_bytes; local
36062 std::string tag_bytes; local
36097 std::string tag_bytes; local
36319 std::string tag_bytes; local
36354 std::string tag_bytes; local
36587 std::string tag_bytes; local
36624 std::string tag_bytes; local
36861 std::string tag_bytes; local
36896 std::string tag_bytes; local
37130 std::string tag_bytes; local
37165 std::string tag_bytes; local
37392 std::string tag_bytes; local
37427 std::string tag_bytes; local
37654 std::string tag_bytes; local
37689 std::string tag_bytes; local
37903 std::string tag_bytes; local
37940 std::string tag_bytes; local
38235 std::string tag_bytes; local
38270 std::string tag_bytes; local
38505 std::string tag_bytes; local
38540 std::string tag_bytes; local
38787 std::string tag_bytes; local
38822 std::string tag_bytes; local
39065 std::string tag_bytes; local
39100 std::string tag_bytes; local
39331 std::string tag_bytes; local
39366 std::string tag_bytes; local
39580 std::string tag_bytes; local
39615 std::string tag_bytes; local
39858 std::string tag_bytes; local
39894 std::string tag_bytes; local
40159 std::string tag_bytes; local
40194 std::string tag_bytes; local
40428 std::string tag_bytes; local
40463 std::string tag_bytes; local
40755 std::string tag_bytes; local
40792 std::string tag_bytes; local
    [all...]
  /external/ImageMagick/MagickCore/
property.c 1233 tag_bytes[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8}; local
    [all...]

Completed in 883 milliseconds