Searched refs:_alias (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | typing.py | 2069 _alias = _SpecialGenericAlias variable 2071 Hashable = _alias(collections.abc.Hashable, 0) # Not generic. 2072 Awaitable = _alias(collections.abc.Awaitable, 1) 2073 Coroutine = _alias(collections.abc.Coroutine, 3) 2074 AsyncIterable = _alias(collections.abc.AsyncIterable, 1) 2075 AsyncIterator = _alias(collections.abc.AsyncIterator, 1) 2076 Iterable = _alias(collections.abc.Iterable, 1) 2077 Iterator = _alias(collections.abc.Iterator, 1) 2078 Reversible = _alias(collections.abc.Reversible, 1) 2079 Sized = _alias(collections.abc.Sized, 0) # Not generic. [all …]
|
/third_party/libcoap/include/coap3/ |
D | utlist.h | 86 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… 88 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… 90 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… 91 #define UTLIST_RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; } 92 #define UTLIST_CASTASGN(a,b) { char **_alias = (char**)&(a); *_alias=(char*)(b); }
|
/third_party/python/Include/internal/ |
D | pycore_ast.h | 44 typedef struct _alias *alias_ty; 542 struct _alias { struct
|
/third_party/libunwind/doc/ |
D | libunwind-dynamic.tex | 373 \_U\_dyn\_op\_alias();
|