Searched refs:tagged_actual (Results 1 – 1 of 1) sorted by relevance
269 bool tagged_actual = IsTagged(details.field_index() + bit); in IsConsistentWithMap() local270 DCHECK_EQ(tagged_expected, tagged_actual); in IsConsistentWithMap()271 if (tagged_actual != tagged_expected) return false; in IsConsistentWithMap()