Home
last modified time | relevance | path

Searched defs:__a (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_positional_only_arg.py335 def f(self, __a=42, /): argument
338 def f2(self, __a=42, /, __b=43): argument
341 def f3(self, __a=42, /, __b=43, *, __c=44): argument
Dtest_keywordonlyarg.py161 def f(self, *, __a=42): argument
/third_party/boost/boost/config/detail/
Dsuffix.hpp374 inline const _Tp& min BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { in BOOST_PREVENT_MACRO_SUBSTITUTION()
378 inline const _Tp& max BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { in BOOST_PREVENT_MACRO_SUBSTITUTION()