Home
last modified time | relevance | path

Searched defs:tag_bytes (Results 1 – 12 of 12) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_tag.cc81 std::string tag_bytes; in ParseQuicTag() local
/external/e2fsprogs/e2fsck/
Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
466 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
/external/e2fsprogs/debugfs/
Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
466 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
Ddo_journal.c273 int tag_bytes; in journal_add_blocks_to_trans() local
629 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
/external/private-join-and-compute/private_join_and_compute/crypto/
Dec_commutative_cipher.cc95 absl::string_view tag_bytes, in CreateWithKeyFromSeed()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc66 std::string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc66 std::string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
/external/rust/crates/android_logger/src/
Dlib.rs236 let mut tag_bytes: [MaybeUninit<u8>; LOGGING_TAG_MAX_LEN + 1] = uninit_array(); in log() localVariable
/external/rust/crates/log/src/
Dandroid_logger.rs236 let mut tag_bytes: [MaybeUninit<u8>; LOGGING_TAG_MAX_LEN + 1] = uninit_array(); in log() localVariable
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py1052 def SkipField(buffer, pos, end, tag_bytes): argument
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py1013 def SkipField(buffer, pos, end, tag_bytes): argument
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc1040 char tag_bytes[10] = {0}; in GetEncodedTag() local