Searched refs:matches (Results 1 – 2 of 2) sorted by relevance
7 matches = str(ctx.attr.expected_value.label) == str(ctx.attr.flag.label)9 config_common.FeatureFlagInfo(value = str(matches)),10 BuildSettingInfo(value = matches),
169 def matches(self, other): member in Option170 matches = (self.name == other.name) and (self.attrs == other.attrs)172 matches = matches and (self.description == other.description)173 return matches213 elif not bazel_option.matches(cmake_option):