Home
last modified time | relevance | path

Searched refs:NewType (Results 1 – 25 of 2601) sorted by relevance

12345678910>>...105

/dports/net/py-saltyrtc.server/saltyrtc.server-5.0.1/saltyrtc/server/
H A Dtyping.py8 NewType,
81 PathHex = NewType('PathHex', str)
110 PingInterval = NewType('PingInterval', int)
112 SignedKeys = NewType('SignedKeys', bytes)
114 MessageId = NewType('MessageId', bytes)
134 Nonce = NewType('Nonce', bytes)
136 Packet = NewType('Packet', bytes)
140 RawPayload = NewType('RawPayload', bytes)
164 Result = NewType('Result', BaseException)
173 LogbookLevel = NewType('LogbookLevel', int)
[all …]
/dports/devel/py-mypy/mypy-0.910/test-data/unit/
H A Dcheck-newtype.test1 -- Checks NewType(...)
6 from typing import NewType
164 A = NewType('A', int)
165 B = NewType('B', A)
168 E = NewType('E', D)
190 A = NewType('A', int)
302 A = NewType('A', T)
320 a = NewType('a', int) # E: Cannot redefine "a" as a NewType \
325 b = NewType('b', float) # E: Cannot redefine "b" as a NewType \
340 B = NewType('B', A)
[all …]
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dtypeconv.c72 if (IsTypeVoid (NewType)) { in DoConversion()
87 NewSize = CheckedSizeOf (NewType); in DoConversion()
160 ReplaceType (Expr, NewType); in DoConversion()
176 PrintType (stdout, NewType); in TypeConversion()
178 PrintRawType (stdout, NewType); in TypeConversion()
201 if (IsClassInt (NewType)) { in TypeConversion()
220 } else if (IsClassPtr (NewType)) { in TypeConversion()
270 DoConversion (Expr, NewType); in TypeConversion()
278 Type NewType[MAXTYPELEN]; in TypeCast() local
284 ParseType (NewType); in TypeCast()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/databases/percona57-server/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/databases/percona57-client/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp35 template < class Compare, class NewType, class Converter >
36 struct comparison_adaptor : std::binary_function<NewType,NewType,bool>
41 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
42 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
52 template < class Compare, class NewType, class Converter >
53 struct compatible_comparison_adaptor : std::binary_function<NewType,NewType,bool>
77 template < class Compare, class NewType, class Converter >
78 struct unary_check_adaptor : std::unary_function<NewType,bool>
83 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x) const in operator ()()
/dports/devel/boost-docs/boost_1_72_0/boost/bimap/container_adaptor/detail/
H A Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/metaphysicl/src/numerics/include/metaphysicl/
H A Draw_type.h114 template <typename NewType, typename OldType>
119 static NewType min() throw() { return NewType(std::numeric_limits<OldType>::min()); }
120 static NewType max() throw() { return NewType(std::numeric_limits<OldType>::max()); }
127 static NewType epsilon() throw() {return NewType(std::numeric_limits<OldType>::epsilon()); }
128 …static NewType round_error() throw() {return NewType(std::numeric_limits<OldType>::round_error());…
140 static NewType infinity() throw() {return NewType(std::numeric_limits<OldType>::infinity()); }
141 static NewType quiet_NaN() throw() {return NewType(std::numeric_limits<OldType>::quiet_NaN()); }
142 …static NewType signaling_NaN() throw() {return NewType(std::numeric_limits<OldType>::signaling_NaN…
143 static NewType denorm_min() throw() {return NewType(std::numeric_limits<OldType>::denorm_min()); }
/dports/science/metaphysicl/MetaPhysicL-1.3.3/src/numerics/include/metaphysicl/
H A Draw_type.h114 template <typename NewType, typename OldType>
119 static NewType min() throw() { return NewType(std::numeric_limits<OldType>::min()); }
120 static NewType max() throw() { return NewType(std::numeric_limits<OldType>::max()); }
127 static NewType epsilon() throw() {return NewType(std::numeric_limits<OldType>::epsilon()); }
128 …static NewType round_error() throw() {return NewType(std::numeric_limits<OldType>::round_error());…
140 static NewType infinity() throw() {return NewType(std::numeric_limits<OldType>::infinity()); }
141 static NewType quiet_NaN() throw() {return NewType(std::numeric_limits<OldType>::quiet_NaN()); }
142 …static NewType signaling_NaN() throw() {return NewType(std::numeric_limits<OldType>::signaling_NaN…
143 static NewType denorm_min() throw() {return NewType(std::numeric_limits<OldType>::denorm_min()); }
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/
H A Dtyping.py10 from typing import Any, Callable, NewType
15 VISARMSession = NewType("VISARMSession", int)
18 VISASession = NewType("VISASession", int)
21 VISAEventContext = NewType("VISAEventContext", int)
26 VISAJobID = NewType("VISAJobID", object)
30 VISAMemoryAddress = NewType("VISAMemoryAddress", int)
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/tests/unit_tests/
H A Dnewtype.hxx18 class NewType : public types::UserType class
21 NewType() in NewType() function in NewType
26 NewType(bool _VariableToString) in NewType() function in NewType
31 ~NewType() in ~NewType()
57 NewType* clone() in clone()
59 return new NewType(); in clone()
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dmdtype.cpp95 NewType->Base = NULL; in AddBasic()
104 AddType(NewType, UL); in AddBasic()
107 return NewType; in AddBasic()
143 AddType(NewType, UL); in AddInterpretation()
146 return NewType; in AddInterpretation()
165 NewType->Size = Size; in AddArray()
171 AddType(NewType, UL); in AddArray()
174 return NewType; in AddArray()
190 NewType->Size = 0; in AddCompound()
199 return NewType; in AddCompound()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp91 FunctionType *NewType = nullptr; in runOnModule() local
98 if (!NewType) { in runOnModule()
100 NewType = DestType; in runOnModule()
101 LLVM_DEBUG(dbgs() << "found function type: " << *NewType << "\n"); in runOnModule()
102 } else if (NewType != DestType) { in runOnModule()
107 LLVM_DEBUG(dbgs() << " "<< *NewType << "\n"); in runOnModule()
113 if (!NewType) { in runOnModule()
122 NewType = FunctionType::get(F.getFunctionType()->getReturnType(), false); in runOnModule()
126 Function::Create(NewType, F.getLinkage(), F.getName() + ".fixed_sig"); in runOnModule()

12345678910>>...105