Searched refs:b_length (Results 1 – 1 of 1) sorted by relevance
367 uint8 b_length = b.data()[0]; in MatchingLabels() local370 DCHECK_GE(b.size(), b_length); in MatchingLabels()372 if (a_length == b_length && memcmp(a.data(), b.data(), a_length) == 0) { in MatchingLabels()379 b.remove_prefix(b_length); in MatchingLabels()