Searched refs:source_value (Results 1 – 1 of 1) sorted by relevance
176 BitString::StorageType source_value = GetEncodedPathToRoot(); in IsSubtypeOf() local180 bool result = (source_value & target_mask) == (target_value); in IsSubtypeOf()