Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DunusedParametersWithUnderscore.js6 function f2({_a, __b}) { field
9 function f3([_a, ,__b]) { argument
/third_party/python/Lib/test/
Dtest_positional_only_arg.py338 def f2(self, __a=42, /, __b=43): argument
341 def f3(self, __a=42, /, __b=43, *, __c=44): argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5424 swap(_Tp& __a, _Tp& __b) in swap()
15272 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in iter_swap()
15299 min(const _Tp& __a, const _Tp& __b) in min()
15312 max(const _Tp& __a, const _Tp& __b) in max()
15325 min(const _Tp& __a, const _Tp& __b, _Compare __comp) in min()
15336 max(const _Tp& __a, const _Tp& __b, _Compare __comp) in max()
25986 operator&(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in operator &()
25990 operator|(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in operator |()
25994 operator^(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in operator ^()
26002 operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) in operator |=()
[all …]