Home
last modified time | relevance | path

Searched refs:Type1 (Results 1 – 25 of 2640) sorted by relevance

12345678910>>...106

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D30037-operator_proto.cpp8 Type1& operator+=(Type1& a, const Type1& b); // a += b
12 Type1& operator-=(Type1& a, const Type1& b); // a -= b
13 Type1 operator *(const Type1& a, const Type1& b); // a * b
14 Type1& operator*=(Type1& a, const Type1& b); // a *= b
15 Type1 operator /(const Type1& a, const Type1& b); // a / b
16 Type1& operator/=(Type1& a, const Type1& b); // a /= b
17 Type1 operator %(const Type1& a, const Type1& b); // a % b
18 Type1& operator%=(Type1& a, const Type1& b); // a %= b
35 Type1 operator <<(const Type1& a, const Type1& b); // a << b
40 Type1 operator &(const Type1& a, const Type1& b); // a & b
[all …]
H A D30034-operator_proto.cpp8 Type1& operator += (Type1& a, const Type1& b); // a += b
12 Type1& operator -= (Type1& a, const Type1& b); // a -= b
13 Type1 operator * (const Type1& a, const Type1& b); // a * b
14 Type1& operator *= (Type1& a, const Type1& b); // a *= b
15 Type1 operator / (const Type1& a, const Type1& b); // a / b
16 Type1& operator /= (Type1& a, const Type1& b); // a /= b
17 Type1 operator % (const Type1& a, const Type1& b); // a % b
18 Type1& operator %= (Type1& a, const Type1& b); // a %= b
35 Type1 operator << (const Type1& a, const Type1& b); // a << b
40 Type1 operator & (const Type1& a, const Type1& b); // a & b
[all …]
H A D30035-operator_proto.cpp8 Type1& operator+=(Type1& a, const Type1& b); // a += b
12 Type1& operator-=(Type1& a, const Type1& b); // a -= b
13 Type1 operator*(const Type1& a, const Type1& b); // a * b
14 Type1& operator*=(Type1& a, const Type1& b); // a *= b
15 Type1 operator/(const Type1& a, const Type1& b); // a / b
16 Type1& operator/=(Type1& a, const Type1& b); // a /= b
17 Type1 operator%(const Type1& a, const Type1& b); // a % b
18 Type1& operator%=(Type1& a, const Type1& b); // a %= b
35 Type1 operator<<(const Type1& a, const Type1& b); // a << b
40 Type1 operator&(const Type1& a, const Type1& b); // a & b
[all …]
H A D30039-operator_proto.cpp8 Type1& operator+=(Type1& a, const Type1& b); // a += b
12 Type1& operator-=(Type1& a, const Type1& b); // a -= b
13 Type1 operator*(const Type1& a, const Type1& b); // a * b
14 Type1& operator*=(Type1& a, const Type1& b); // a *= b
15 Type1 operator/(const Type1& a, const Type1& b); // a / b
16 Type1& operator/=(Type1& a, const Type1& b); // a /= b
17 Type1 operator%(const Type1& a, const Type1& b); // a % b
18 Type1& operator%=(Type1& a, const Type1& b); // a %= b
35 Type1 operator<<(const Type1& a, const Type1& b); // a << b
40 Type1 operator&(const Type1& a, const Type1& b); // a & b
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Doperator_proto.cpp8 Type1& operator +=(Type1& a, const Type1& b); // a += b
12 Type1& operator -=(Type1& a, const Type1& b); // a -= b
13 Type1 operator * (const Type1& a, const Type1& b); // a * b
14 Type1& operator *=(Type1& a, const Type1& b); // a *= b
15 Type1 operator / (const Type1& a, const Type1& b); // a / b
16 Type1& operator /=(Type1& a, const Type1& b); // a /= b
17 Type1 operator % (const Type1& a, const Type1& b); // a % b
18 Type1& operator %=(Type1& a, const Type1& b); // a %= b
35 Type1 operator << (const Type1& a, const Type1& b); // a << b
40 Type1 operator & (const Type1& a, const Type1& b); // a & b
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/typetraits/
H A DOperationTest.cpp279 using Type1 = int; in testHasCompositeType() typedef
360 using Type1 = int; in testHasResultType() typedef
660 using Type1 = double; in testIsCommutative() typedef
983 using Type1 = float; in testIsInvertible() typedef
1546 using Type1 = int; in testIsScalar() typedef
2609 BLAZE_CONSTRAINT_MUST_BE_SAME_TYPE( UnderlyingBuiltin<Type1& >::Type, Type1& ); in testUnderlyingBuiltin()
2957 BLAZE_CONSTRAINT_MUST_BE_SAME_TYPE( UnderlyingScalar<Type1& >::Type, Type1& ); in testUnderlyingScalar()
2958 BLAZE_CONSTRAINT_MUST_BE_SAME_TYPE( UnderlyingScalar<Type1* >::Type, Type1* ); in testUnderlyingScalar()
2959 BLAZE_CONSTRAINT_MUST_BE_SAME_TYPE( UnderlyingScalar<Type1* const >::Type, Type1* ); in testUnderlyingScalar()
2960 BLAZE_CONSTRAINT_MUST_BE_SAME_TYPE( UnderlyingScalar<Type1* volatile >::Type, Type1* ); in testUnderlyingScalar()
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dconstant_directive.i13 struct Type1 { struct
14 Type1(int val = 0) : val(val) {} in val() argument
23 typedef const Type1 Type1Const; argument
24 typedef const Type1* Type1Cptr;
27 typedef Type1 (*Type1Fptr)();
28 typedef Type1 (* const Type1Cfptr)();
31 Type1 getType1Instance() { return Type1(111); } in getType1Instance()
35 static Type1 TYPE1_CONSTANT1(1);
36 static Type1 TYPE1_CONST2(2);
37 static Type1 TYPE1_CONST3(3);
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DSelectArg.hh51 template <typename Type1, typename Type2>
52 typename IfThenElse<N==0, Type1, Type2>::ResultType& operator ()(Type1& a, Type2& b){ in operator ()()
53 return IfThenElse<N==0, Type1, Type2>()(a, b); in operator ()()
56 template <typename Type1, typename Type2, typename Type3>
57 typename IfThenElse<N==0, Type1,
59 operator () (Type1& a, Type2& b, Type3& c) { in operator ()()
60 return IfThenElse<N==0, Type1, in operator ()()
65 template < typename Type1 >
66 Type1 operator() (Type1 a) { in operator ()()
/dports/math/universal/universal-3.48/include/universal/common/
H A Dnumeric_limits_utility.hpp32 template<typename Type1, typename Type2, size_t ColumnWidth = 30>
36 …ostr << "comparing numeric_limits between " << typeid(Type1).name() << " and " << typeid(Type2).na… in compareNumberTraits()
37 …ostr << " " << setw(ColumnWidth) << typeid(Type1).name() << " vs " << setw(ColumnWi… in compareNumberTraits()
38 …ostr << "min " << setw(ColumnWidth) << numeric_limits< Type1 >::min_exponent << " vs "… in compareNumberTraits()
40 …ostr << "lowest " << setw(ColumnWidth) << numeric_limits< Type1 >::radix << " vs " << set… in compareNumberTraits()
41 …ostr << "epsilon " << setw(ColumnWidth) << numeric_limits< Type1 >::digits << " vs " << se… in compareNumberTraits()
42 …ostr << "min " << setw(ColumnWidth) << numeric_limits< Type1 >::min() << " vs " << set… in compareNumberTraits()
43 …ostr << "max " << setw(ColumnWidth) << numeric_limits< Type1 >::max() << " vs " << set… in compareNumberTraits()
44 …ostr << "lowest " << setw(ColumnWidth) << numeric_limits< Type1 >::lowest() << " vs " << … in compareNumberTraits()
45 …ostr << "epsilon " << setw(ColumnWidth) << numeric_limits< Type1 >::epsilon() << " vs " <<… in compareNumberTraits()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dinfoselectwrapper.hpp185 template <typename Type1, typename Type2>
188 template <typename Type1, typename Type2>
189 bool rangesOverlap(std::pair<Type1,Type1> range1, std::pair<Type2,Type2> range2) const;
191 template <typename Type1, typename Type2>
192 … bool rangeFullyContains(std::pair<Type1,Type1> containing, std::pair<Type2,Type2> test) const;
194 template <typename Type1, typename Type2>
195 bool rangesMatch(std::pair<Type1,Type1> range1, std::pair<Type2,Type2> range2) const;
197 template <typename Type1, typename Type2>
198 …bool conditionIsAlwaysTrue(std::pair<Type1,Type1> conditionRange, std::pair<Type2,Type2> validRang…
200 template <typename Type1, typename Type2>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dreal_pepper_interface.cc28 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
29 virtual ReturnType MethodName(Type0, Type1);
30 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
31 virtual ReturnType MethodName(Type0, Type1, Type2);
32 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
33 virtual ReturnType MethodName(Type0, Type1, Type2, Type3);
36 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4);
55 #define METHOD2(BaseClass, ReturnType, MethodName, Type0, Type1) \ argument
56 ReturnType Real##BaseClass::MethodName(Type0 arg0, Type1 arg1) { \
59 #define METHOD3(BaseClass, ReturnType, MethodName, Type0, Type1, Type2) \ argument
[all …]
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/common/
H A DCExtrusivePtr.h125 template <class Data1, class Type1, class Data2, class Type2>
127 operator==(const CExtrusivePtr<Data1, Type1> & lhs,
133 template <class Data1, class Type1, class Data2, class Type2>
135 operator!=(const CExtrusivePtr<Data1, Type1> & lhs,
141 template <class Data1, class Type1, class Type2>
148 template <class Data1, class Type1, class Type2>
150 operator!=(const CExtrusivePtr<Data1, Type1> & lhs, Type2* rhs) {
155 template <class Type1, class Data2, class Type2>
157 operator==(Type1* lhs, const CExtrusivePtr<Data2, Type2> & rhs) {
162 template <class Type1, class Data2, class Type2>
[all …]
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/common/
H A DCExtrusivePtr.h125 template <class Data1, class Type1, class Data2, class Type2>
127 operator==(const CExtrusivePtr<Data1, Type1> & lhs,
133 template <class Data1, class Type1, class Data2, class Type2>
135 operator!=(const CExtrusivePtr<Data1, Type1> & lhs,
141 template <class Data1, class Type1, class Type2>
148 template <class Data1, class Type1, class Type2>
150 operator!=(const CExtrusivePtr<Data1, Type1> & lhs, Type2* rhs) {
155 template <class Type1, class Data2, class Type2>
157 operator==(Type1* lhs, const CExtrusivePtr<Data2, Type2> & rhs) {
162 template <class Type1, class Data2, class Type2>
[all …]
/dports/devel/qt5-remoteobjects/kde-qtremoteobjects-5.15.2p3/src/remoteobjects/
H A Dqremoteobjectsource.h55 typedef QtPrivate::FunctionPointer<Func1> Type1; in qtro_property_index() typedef
59 Q_STATIC_ASSERT_X(int(Type1::ArgumentCount) >= int(Type2::ArgumentCount), in qtro_property_index()
61 …Q_STATIC_ASSERT_X((QtPrivate::CheckCompatibleArguments<typename Type1::Arguments, typename Type2::… in qtro_property_index()
63 …Q_STATIC_ASSERT_X((QtPrivate::AreArgumentsCompatible<typename Type1::ReturnType, typename Type2::R… in qtro_property_index()
71 typedef QtPrivate::FunctionPointer<Func1> Type1; in qtro_signal_index() typedef
75 Q_STATIC_ASSERT_X(int(Type1::ArgumentCount) >= int(Type2::ArgumentCount), in qtro_signal_index()
77 …Q_STATIC_ASSERT_X((QtPrivate::CheckCompatibleArguments<typename Type1::Arguments, typename Type2::… in qtro_signal_index()
90 typedef QtPrivate::FunctionPointer<Func1> Type1; in qtro_method_test() typedef
94 Q_STATIC_ASSERT_X(int(Type1::ArgumentCount) >= int(Type2::ArgumentCount), in qtro_method_test()
155 typedef QtPrivate::FunctionPointer<Func1> Type1; in qtro_method_index() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tests/nacl_io_test/
H A Dpepper_interface_mock.h24 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
25 MOCK_METHOD2(MethodName, ReturnType(Type0, Type1));
26 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
27 MOCK_METHOD3(MethodName, ReturnType(Type0, Type1, Type2));
28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
29 MOCK_METHOD4(MethodName, ReturnType(Type0, Type1, Type2, Type3));
30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
32 MOCK_METHOD5(MethodName, ReturnType(Type0, Type1, Type2, Type3, Type4));
/dports/devel/boost-docs/boost_1_72_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/databases/percona57-server/boost_1_59_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/devel/boost-libs/boost_1_72_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/devel/hyperscan/boost_1_75_0/libs/python/test/
H A Dbienstman4.cpp12 struct Type1 {}; struct
14 struct Term {Term(Type1 const&) {} }; in Term()
23 implicitly_convertible<Type1,Term>(); in BOOST_PYTHON_MODULE()
29 class_<Type1>("T1") in BOOST_PYTHON_MODULE()
32 class_<Term>("Term", init<Type1&>()) in BOOST_PYTHON_MODULE()
35 Type1 t1; in BOOST_PYTHON_MODULE()
/dports/math/fxt/fxt/src/ds/attic/
H A Dpriorityqueue1.h29 template <typename Type1>
35 Type1 *t1_; // time: t1[1..s] one-based array!
44 t1_ = new Type1[s_] - 1;
57 bool get_next(Type1 &t) const in get_next()
64 bool extract_next(Type1 &t) in extract_next()
77 bool insert(const Type1 &t) in insert()
102 void reschedule_next(Type1 t) in reschedule_next()
132 t1_ = ReAlloc<Type1>(t1_+1, ns, s_) - 1; in grow()

12345678910>>...106