Searched refs:tag_byte (Results 1 – 1 of 1) sorted by relevance
300 for (auto tag_byte : tag_data) { in UnpackTagsFromCoreFileSegment() local301 tags.push_back(tag_byte & 0xf); in UnpackTagsFromCoreFileSegment()302 tags.push_back(tag_byte >> 4); in UnpackTagsFromCoreFileSegment()