Home
last modified time | relevance | path

Searched refs:other_name (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py588 def downgrade_to(self, other_name): argument
597 if not isinstance(other_name, str) and isinstance(other_name, bytes):
598 other_name = other_name.decode('utf-8', 'surrogateescape')
599 other = p9_version(other_name)
601 raise KeyError(other_name)
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td245 code other_value, code other_name>
247 code Normalizer = "makeBooleanOptionNormalizer("#value#", "#other_value#", OPT_"#other_name#")";