Home
last modified time | relevance | path

Searched refs:tag_bytes (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
Dencoder.py131 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
134 write(tag_bytes)
143 tag_bytes = TagBytes(field_number, wire_type)
146 write(tag_bytes)
150 tag_bytes = TagBytes(field_number, wire_type)
152 write(tag_bytes)
200 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
203 write(tag_bytes)
214 tag_bytes = TagBytes(field_number, wire_type)
217 write(tag_bytes)
[all …]
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py178 tag_bytes = buffer[start:pos].tobytes()
179 return tag_bytes, pos
215 tag_bytes = encoder.TagBytes(field_number, wire_type)
216 tag_len = len(tag_bytes)
227 if buffer[new_pos:pos] != tag_bytes or new_pos >= end:
407 tag_bytes = encoder.TagBytes(field_number,
411 (tag_bytes, buffer[value_start_pos:pos].tobytes()))
429 tag_bytes = encoder.TagBytes(field_number, wire_format.WIRETYPE_VARINT)
430 tag_len = len(tag_bytes)
456 (tag_bytes, buffer[pos:new_pos].tobytes()))
[all …]
Dencoder.py443 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
446 write(tag_bytes)
455 tag_bytes = TagBytes(field_number, wire_type)
458 write(tag_bytes)
462 tag_bytes = TagBytes(field_number, wire_type)
464 write(tag_bytes)
477 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
480 write(tag_bytes)
489 tag_bytes = TagBytes(field_number, wire_type)
492 write(tag_bytes)
[all …]
Dpython_message.py320 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)
356 cls._decoders_by_tag[tag_bytes] = (field_decoder, oneof_descriptor)
1066 for tag_bytes, value_bytes in self._unknown_fields:
1067 size += len(tag_bytes) + len(value_bytes)
1116 for tag_bytes, value_bytes in self._unknown_fields:
1117 write_bytes(tag_bytes)
1164 (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
1165 field_decoder, field_desc = decoders_by_tag.get(tag_bytes, (None, None))
1175 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
1188 new_pos = local_SkipField(buffer, old_pos, end, tag_bytes)
[all …]
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py178 tag_bytes = buffer[start:pos].tobytes()
179 return tag_bytes, pos
215 tag_bytes = encoder.TagBytes(field_number, wire_type)
216 tag_len = len(tag_bytes)
227 if buffer[new_pos:pos] != tag_bytes or new_pos >= end:
407 tag_bytes = encoder.TagBytes(field_number,
411 (tag_bytes, buffer[value_start_pos:pos].tobytes()))
429 tag_bytes = encoder.TagBytes(field_number, wire_format.WIRETYPE_VARINT)
430 tag_len = len(tag_bytes)
456 (tag_bytes, buffer[pos:new_pos].tobytes()))
[all …]
Dencoder.py443 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
446 write(tag_bytes)
455 tag_bytes = TagBytes(field_number, wire_type)
458 write(tag_bytes)
462 tag_bytes = TagBytes(field_number, wire_type)
464 write(tag_bytes)
477 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
480 write(tag_bytes)
489 tag_bytes = TagBytes(field_number, wire_type)
492 write(tag_bytes)
[all …]
Dpython_message.py320 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)
356 cls._decoders_by_tag[tag_bytes] = (field_decoder, oneof_descriptor)
1066 for tag_bytes, value_bytes in self._unknown_fields:
1067 size += len(tag_bytes) + len(value_bytes)
1116 for tag_bytes, value_bytes in self._unknown_fields:
1117 write_bytes(tag_bytes)
1164 (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
1165 field_decoder, field_desc = decoders_by_tag.get(tag_bytes, (None, None))
1175 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
1188 new_pos = local_SkipField(buffer, old_pos, end, tag_bytes)
[all …]
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py178 tag_bytes = buffer[start:pos].tobytes()
179 return tag_bytes, pos
215 tag_bytes = encoder.TagBytes(field_number, wire_type)
216 tag_len = len(tag_bytes)
227 if buffer[new_pos:pos] != tag_bytes or new_pos >= end:
407 tag_bytes = encoder.TagBytes(field_number,
411 (tag_bytes, buffer[value_start_pos:pos].tobytes()))
429 tag_bytes = encoder.TagBytes(field_number, wire_format.WIRETYPE_VARINT)
430 tag_len = len(tag_bytes)
456 (tag_bytes, buffer[pos:new_pos].tobytes()))
[all …]
Dencoder.py443 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
446 write(tag_bytes)
455 tag_bytes = TagBytes(field_number, wire_type)
458 write(tag_bytes)
462 tag_bytes = TagBytes(field_number, wire_type)
464 write(tag_bytes)
477 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
480 write(tag_bytes)
489 tag_bytes = TagBytes(field_number, wire_type)
492 write(tag_bytes)
[all …]
Dpython_message.py320 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)
356 cls._decoders_by_tag[tag_bytes] = (field_decoder, oneof_descriptor)
1066 for tag_bytes, value_bytes in self._unknown_fields:
1067 size += len(tag_bytes) + len(value_bytes)
1116 for tag_bytes, value_bytes in self._unknown_fields:
1117 write_bytes(tag_bytes)
1164 (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
1165 field_decoder, field_desc = decoders_by_tag.get(tag_bytes, (None, None))
1175 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
1188 new_pos = local_SkipField(buffer, old_pos, end, tag_bytes)
[all …]
Dwire_format_test.py104 for field_number, tag_bytes in ((15, 1), (16, 2), (2047, 2), (2048, 3)):
105 expected_size = expected_value_size + tag_bytes
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_tag.cc82 std::string tag_bytes; in ParseQuicTag() local
84 tag_bytes = absl::HexStringToBytes(tag_string); in ParseQuicTag()
85 tag_string = tag_bytes; in ParseQuicTag()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_tag.cc82 std::string tag_bytes; in ParseQuicTag() local
84 tag_bytes = absl::HexStringToBytes(tag_string); in ParseQuicTag()
85 tag_string = tag_bytes; in ParseQuicTag()
/external/gsc-utils/tpm_generated/
Dtpm_generated.cc8154 std::string tag_bytes; in SerializeCommand_Startup() local
8155 rc = Serialize_TPMI_ST_COMMAND_TAG(tag, &tag_bytes); in SerializeCommand_Startup()
8164 *serialized_command = tag_bytes + command_size_bytes + command_code_bytes + in SerializeCommand_Startup()
8182 std::string tag_bytes; in ParseResponse_Startup() local
8183 rc = Parse_TPM_ST(&buffer, &tag, &tag_bytes); in ParseResponse_Startup()
8346 std::string tag_bytes; in SerializeCommand_Shutdown() local
8347 rc = Serialize_TPMI_ST_COMMAND_TAG(tag, &tag_bytes); in SerializeCommand_Shutdown()
8356 *serialized_command = tag_bytes + command_size_bytes + command_code_bytes + in SerializeCommand_Shutdown()
8374 std::string tag_bytes; in ParseResponse_Shutdown() local
8375 rc = Parse_TPM_ST(&buffer, &tag, &tag_bytes); in ParseResponse_Shutdown()
[all …]
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc66 std::string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
68 tag_bytes += ", " + StrCat(tag_array[i]); in SetCommonFieldVariables()
73 (*variables)["tag_bytes"] = tag_bytes; in SetCommonFieldVariables()
80 tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables()
82 tag_bytes += ", " + StrCat(tag_array[i]); in SetCommonFieldVariables()
86 variables_["end_tag_bytes"] = tag_bytes; in SetCommonFieldVariables()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc66 std::string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
68 tag_bytes += ", " + StrCat(tag_array[i]); in SetCommonFieldVariables()
73 (*variables)["tag_bytes"] = tag_bytes; in SetCommonFieldVariables()
80 tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables()
82 tag_bytes += ", " + StrCat(tag_array[i]); in SetCommonFieldVariables()
86 variables_["end_tag_bytes"] = tag_bytes; in SetCommonFieldVariables()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc66 std::string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
68 tag_bytes += ", " + StrCat(tag_array[i]); in SetCommonFieldVariables()
73 (*variables)["tag_bytes"] = tag_bytes; in SetCommonFieldVariables()
80 tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables()
82 tag_bytes += ", " + StrCat(tag_array[i]); in SetCommonFieldVariables()
86 variables_["end_tag_bytes"] = tag_bytes; in SetCommonFieldVariables()
/external/e2fsprogs/debugfs/
Ddo_journal.c273 int tag_bytes; in journal_add_blocks_to_trans() local
320 tag_bytes = journal_tag_bytes(trans->journal); in journal_add_blocks_to_trans()
323 if ((char *)jdbt + tag_bytes > in journal_add_blocks_to_trans()
355 memcpy(jdbt + tag_bytes, in journal_add_blocks_to_trans()
358 tag_bytes += 16; in journal_add_blocks_to_trans()
378 tag_bytes); in journal_add_blocks_to_trans()
386 jdbt = (journal_block_tag_t *)(((char *)jdbt) + tag_bytes); in journal_add_blocks_to_trans()
629 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
636 while ((tagp - buf + tag_bytes) <= size) { in count_tags()
640 tagp += tag_bytes; in count_tags()
Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
208 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
212 tagp += tag_bytes; in count_tags()
466 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
612 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
697 tagp += tag_bytes; in do_one_pass()
/external/rust/android-crates-io/crates/android_logger/src/
Dlib.rs178 let mut tag_bytes: [MaybeUninit<u8>; LOGGING_TAG_MAX_LEN + 1] = uninit_array(); in log() localVariable
186 } else if module_path.len() < tag_bytes.len() { in log()
187 fill_tag_bytes(&mut tag_bytes, module_path.as_bytes()) in log()
/external/cronet/tot/third_party/protobuf/python/google/protobuf/
Dunknown_fields.py97 for tag_bytes, buffer in unknown_fields:
99 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
/external/cronet/stable/third_party/protobuf/python/google/protobuf/
Dunknown_fields.py97 for tag_bytes, buffer in unknown_fields:
99 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
/external/protobuf/python/google/protobuf/
Dunknown_fields.py97 for tag_bytes, buffer in unknown_fields:
99 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
/external/e2fsprogs/e2fsck/
Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
208 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
212 tagp += tag_bytes; in count_tags()
466 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
612 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
697 tagp += tag_bytes; in do_one_pass()
/external/private-join-and-compute/private_join_and_compute/crypto/
Dec_commutative_cipher.cc95 absl::string_view tag_bytes, in CreateWithKeyFromSeed() argument
105 BigNum private_key = context->PRF(seed_bytes, tag_bytes, group.GetOrder()); in CreateWithKeyFromSeed()

12