Home
last modified time | relevance | path

Searched refs:_alias (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dtyping.py2671 _alias = _SpecialGenericAlias variable
2673 Hashable = _alias(collections.abc.Hashable, 0) # Not generic.
2674 Awaitable = _alias(collections.abc.Awaitable, 1)
2675 Coroutine = _alias(collections.abc.Coroutine, 3)
2676 AsyncIterable = _alias(collections.abc.AsyncIterable, 1)
2677 AsyncIterator = _alias(collections.abc.AsyncIterator, 1)
2678 Iterable = _alias(collections.abc.Iterable, 1)
2679 Iterator = _alias(collections.abc.Iterator, 1)
2680 Reversible = _alias(collections.abc.Reversible, 1)
2681 Sized = _alias(collection
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_utlist_internal.h86 #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*)(to); }
90 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to); }
91 #define UTLIST_RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; }
92 #define UTLIST_CASTASGN(a,b) { char **_alias = (char**)&(a); *_alias
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h44 typedef struct _alias *alias_ty;
549 struct _alias { struct
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex373 \_U\_dyn\_op\_alias();

Completed in 8 milliseconds