Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dapetag.c113 uint32_t val, fields, tag_bytes; in ff_ape_parse_tag() local
/third_party/protobuf/upb_generator/minitable/
Dfasttable.cc103 char tag_bytes[10] = {0}; in GetEncodedTag() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc46 std::string tag_bytes = absl::StrCat(tag_array[0]); in SetCommonFieldVariables() local
/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py1052 def SkipField(buffer, pos, end, tag_bytes): argument