Home
last modified time | relevance | path

Searched refs:_Union (Results 1 – 25 of 149) sorted by relevance

123456

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/python/mlir/dialects/
H A D_ods_common.py8 from typing import Sequence as _Sequence, Union as _Union unknown
127 arg: _Union[_cext.ir.OpView, _cext.ir.Operation, _cext.ir.Value]
145 arg: _Union[_cext.ir.OpView, _cext.ir.Operation, _Sequence[_cext.ir.Value]]
146 ) -> _Union[_Sequence[_cext.ir.Value], _cext.ir.OpResultList]:
/dports/devel/py-monkeytype/MonkeyType-21.5.0/monkeytype/
H A Dcompat.py75 from typing import _Any, _Union, GenericMeta, _ForwardRef # type: ignore
81 return isinstance(typ, _Union)
84 return isinstance(typ, (GenericMeta, _Union))
/dports/devel/datadraw/datadraw3.1.1/src/
H A Ddvdatabase.h2117 #define dvUnionGetPropertySym(_Union) (dvUnions.PropertySym[dvUnion2ValidIndex(_Union)]) argument
2119 #define dvUnionGetTypeProperty(_Union) (dvUnions.TypeProperty[dvUnion2ValidIndex(_Union)]) argument
2121 #define dvUnionGetLine(_Union) (dvUnions.Line[dvUnion2ValidIndex(_Union)]) argument
2122 #define dvUnionSetLine(_Union, value) ((dvUnions.Line)[dvUnion2ValidIndex(_Union)] = (value)) argument
2123 #define dvUnionGetNumber(_Union) (dvUnions.Number[dvUnion2ValidIndex(_Union)]) argument
2125 #define dvUnionGetFieldNumber(_Union) (dvUnions.FieldNumber[dvUnion2ValidIndex(_Union)]) argument
2127 #define dvUnionGetNumCases(_Union) (dvUnions.NumCases[dvUnion2ValidIndex(_Union)]) argument
2129 #define dvUnionGetClass(_Union) (dvUnions.Class[dvUnion2ValidIndex(_Union)]) argument
2131 #define dvUnionGetNextClassUnion(_Union) (dvUnions.NextClassUnion[dvUnion2ValidIndex(_Union)]) argument
2133 #define dvUnionGetFirstProperty(_Union) (dvUnions.FirstProperty[dvUnion2ValidIndex(_Union)]) argument
[all …]
H A Ddvdatabase.c5825 dvUnion _Union) in dvClassInsertUnion() argument
5851 dvUnion _Union) in dvClassAppendUnion() argument
5880 dvUnion _Union) in dvClassInsertAfterUnion() argument
5908 dvUnion _Union) in dvClassRemoveUnion() argument
11628 dvUnion _Union) in dvUnionGetPropertySym() argument
11635 dvUnion _Union, in dvUnionSetPropertySym() argument
11643 dvUnion _Union) in dvUnionGetTypeProperty() argument
11650 dvUnion _Union, in dvUnionSetTypeProperty() argument
11658 dvUnion _Union) in dvUnionGetLine() argument
11665 dvUnion _Union, in dvUnionSetLine() argument
[all …]
/dports/devel/py-typing-inspect/typing_inspect-0.7.1/
H A Dtyping_inspect.py50 from typing import _Union, _ClassVar
53 _Union = type(Union) variable
208 return type(tp) is _Union
636 if isinstance(p, _Union): # and p.__origin__ is Union:
/dports/cad/opentimer/OpenTimer-18d28ff/ot/patch/
H A Dclang_variant.hpp220 template<typename _Union>
221 constexpr decltype(auto) __get(in_place_index_t<0>, _Union&& __u) in __get()
222 { return std::forward<_Union>(__u)._M_first._M_get(); } in __get()
224 template<size_t _Np, typename _Union>
225 constexpr decltype(auto) __get(in_place_index_t<_Np>, _Union&& __u) in __get()
228 std::forward<_Union>(__u)._M_rest); in __get()
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/
H A Dcompat.py50 typing_root_type += (typing._Union,) # type: ignore
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/typing-3.10.0.0-py2-none-any/
H A Dtyping.py853 if isinstance(p, _Union) and p.__origin__ is Union:
932 class _Union(_FinalTypingBase): class
980 self = super(_Union, cls).__new__(cls, parameters, origin, *args, **kwds)
1022 return super(_Union, self).__repr__()
1035 return super(_Union, self).__repr__() + '[%s]' % ', '.join(arg_list)
1062 if isinstance(other, _Union):
1079 Union = _Union(_root=True)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/typing-3.7.4.3-py2-none-any/
H A Dtyping.py853 if isinstance(p, _Union) and p.__origin__ is Union:
932 class _Union(_FinalTypingBase): class
980 self = super(_Union, cls).__new__(cls, parameters, origin, *args, **kwds)
1022 return super(_Union, self).__repr__()
1035 return super(_Union, self).__repr__() + '[%s]' % ', '.join(arg_list)
1062 if isinstance(other, _Union):
1079 Union = _Union(_root=True)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/typing-3.7.4.3-py2-none-any/
H A Dtyping.py853 if isinstance(p, _Union) and p.__origin__ is Union:
932 class _Union(_FinalTypingBase): class
980 self = super(_Union, cls).__new__(cls, parameters, origin, *args, **kwds)
1022 return super(_Union, self).__repr__()
1035 return super(_Union, self).__repr__() + '[%s]' % ', '.join(arg_list)
1062 if isinstance(other, _Union):
1079 Union = _Union(_root=True)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/typing-3.7.4.3-py2-none-any/
H A Dtyping.py853 if isinstance(p, _Union) and p.__origin__ is Union:
932 class _Union(_FinalTypingBase): class
980 self = super(_Union, cls).__new__(cls, parameters, origin, *args, **kwds)
1022 return super(_Union, self).__repr__()
1035 return super(_Union, self).__repr__() + '[%s]' % ', '.join(arg_list)
1062 if isinstance(other, _Union):
1079 Union = _Union(_root=True)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/
H A Dtyping27.py942 if isinstance(p, _Union) and p.__origin__ is Union:
1021 class _Union(_FinalTypingBase): class
1069 self = super(_Union, cls).__new__(cls, parameters, origin, *args, **kwds)
1111 return super(_Union, self).__repr__()
1124 return super(_Union, self).__repr__() + '[%s]' % ', '.join(arg_list)
1151 if isinstance(other, _Union):
1168 Union = _Union(_root=True)
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/
H A Dtyping27.py942 if isinstance(p, _Union) and p.__origin__ is Union:
1021 class _Union(_FinalTypingBase): class
1069 self = super(_Union, cls).__new__(cls, parameters, origin, *args, **kwds)
1111 return super(_Union, self).__repr__()
1124 return super(_Union, self).__repr__() + '[%s]' % ', '.join(arg_list)
1151 if isinstance(other, _Union):
1168 Union = _Union(_root=True)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/
H A Dtyping27.py942 if isinstance(p, _Union) and p.__origin__ is Union:
1021 class _Union(_FinalTypingBase): class
1069 self = super(_Union, cls).__new__(cls, parameters, origin, *args, **kwds)
1111 return super(_Union, self).__repr__()
1124 return super(_Union, self).__repr__() + '[%s]' % ', '.join(arg_list)
1151 if isinstance(other, _Union):
1168 Union = _Union(_root=True)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dvariant220 template<typename _Union>
221 constexpr decltype(auto) __get(in_place_index_t<0>, _Union&& __u)
222 { return std::forward<_Union>(__u)._M_first._M_get(); }
224 template<size_t _Np, typename _Union>
225 constexpr decltype(auto) __get(in_place_index_t<_Np>, _Union&& __u)
228 std::forward<_Union>(__u)._M_rest);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dvariant220 template<typename _Union>
221 constexpr decltype(auto) __get(in_place_index_t<0>, _Union&& __u)
222 { return std::forward<_Union>(__u)._M_first._M_get(); }
224 template<size_t _Np, typename _Union>
225 constexpr decltype(auto) __get(in_place_index_t<_Np>, _Union&& __u)
228 std::forward<_Union>(__u)._M_rest);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dvariant220 template<typename _Union>
221 constexpr decltype(auto) __get(in_place_index_t<0>, _Union&& __u)
222 { return std::forward<_Union>(__u)._M_first._M_get(); }
224 template<size_t _Np, typename _Union>
225 constexpr decltype(auto) __get(in_place_index_t<_Np>, _Union&& __u)
228 std::forward<_Union>(__u)._M_rest);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dvariant220 template<typename _Union>
221 constexpr decltype(auto) __get(in_place_index_t<0>, _Union&& __u)
222 { return std::forward<_Union>(__u)._M_first._M_get(); }
224 template<size_t _Np, typename _Union>
225 constexpr decltype(auto) __get(in_place_index_t<_Np>, _Union&& __u)
228 std::forward<_Union>(__u)._M_rest);
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/std/
H A Dvariant220 template<typename _Union>
221 constexpr decltype(auto) __get(in_place_index_t<0>, _Union&& __u)
222 { return std::forward<_Union>(__u)._M_first._M_get(); }
224 template<size_t _Np, typename _Union>
225 constexpr decltype(auto) __get(in_place_index_t<_Np>, _Union&& __u)
228 std::forward<_Union>(__u)._M_rest);
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/std/
H A Dvariant220 template<typename _Union>
221 constexpr decltype(auto) __get(in_place_index_t<0>, _Union&& __u)
222 { return std::forward<_Union>(__u)._M_first._M_get(); }
224 template<size_t _Np, typename _Union>
225 constexpr decltype(auto) __get(in_place_index_t<_Np>, _Union&& __u)
228 std::forward<_Union>(__u)._M_rest);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/tools/mojom/mojom/generate/
H A Dtranslate.py319 def _Union(module, parsed_union): function
685 map(lambda union: _Union(module, union),
/dports/databases/arrow/apache-arrow-6.0.1/js/src/ipc/metadata/
H A Dmessage.ts37 Union as _Union,
472 const t = f.type(new _Union())!;
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/std/
H A Dvariant260 template<typename _Union>
262 __get(in_place_index_t<0>, _Union&& __u) noexcept
263 { return std::forward<_Union>(__u)._M_first._M_get(); }
265 template<size_t _Np, typename _Union>
267 __get(in_place_index_t<_Np>, _Union&& __u) noexcept
270 std::forward<_Union>(__u)._M_rest);
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/std/
H A Dvariant260 template<typename _Union>
262 __get(in_place_index_t<0>, _Union&& __u) noexcept
263 { return std::forward<_Union>(__u)._M_first._M_get(); }
265 template<size_t _Np, typename _Union>
267 __get(in_place_index_t<_Np>, _Union&& __u) noexcept
270 std::forward<_Union>(__u)._M_rest);
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/std/
H A Dvariant247 template<typename _Union>
249 __get(in_place_index_t<0>, _Union&& __u) noexcept
250 { return std::forward<_Union>(__u)._M_first._M_get(); }
252 template<size_t _Np, typename _Union>
254 __get(in_place_index_t<_Np>, _Union&& __u) noexcept
257 std::forward<_Union>(__u)._M_rest);

123456