Home
last modified time | relevance | path

Searched refs:ReceiverType (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/channels/
H A DTransform.h76 typename ReceiverType,
78 typename InputValueType = typename ReceiverType::ValueType,
83 ReceiverType inputReceiver,
100 typename ReceiverType,
102 typename InputValueType = typename ReceiverType::ValueType,
107 ReceiverType inputReceiver, TransformerType transformer);
177 typename ReceiverType = typename folly::invoke_result_t<
180 typename InputValueType = typename ReceiverType::ValueType,
208 typename ReceiverType =
211 typename InputValueType = typename ReceiverType::ValueType,
H A DFanoutChannel.h137 typename ReceiverType,
138 typename ValueType = typename ReceiverType::ValueType,
139 typename ContextType = NoContext<typename ReceiverType::ValueType>>
141 ReceiverType inputReceiver,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Dble_weave_packet_receiver_unittest.cc23 typedef BluetoothLowEnergyWeavePacketReceiver::ReceiverType ReceiverType; typedef
58 ReceiverType::SERVER); in TEST_F()
119 ReceiverType::SERVER); in TEST_F()
185 ReceiverType::SERVER); in TEST_F()
235 ReceiverType::CLIENT); in TEST_F()
274 ReceiverType::CLIENT); in TEST_F()
327 ReceiverType::CLIENT); in TEST_F()
368 ReceiverType::SERVER); in TEST_F()
392 ReceiverType::CLIENT); in TEST_F()
417 ReceiverType::CLIENT); in TEST_F()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DExtenderProvidedPropertyAttribute.cs24 e.ReceiverType = receiverType; in Create()
49 public Type ReceiverType { get; private set; } property in System.ComponentModel.ExtenderProvidedPropertyAttribute
60 …ls(ExtenderProperty) && other.Provider.Equals(Provider) && other.ReceiverType.Equals(ReceiverType); in Equals()
70 return ReceiverType == null; in IsDefaultAttribute()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dgen-accessors.go206 ReceiverType: receiverType,
312 ReceiverType string member
352 func ({{.ReceiverVar}} *{{.ReceiverType}}) Get{{.FieldName}}() {{.FieldType}} {
388 func Test{{.ReceiverType}}_Get{{.FieldName}}(tt *testing.T) {
389 {{.ReceiverVar}} := &{{.ReceiverType}}{}
395 func Test{{.ReceiverType}}_Get{{.FieldName}}(tt *testing.T) {
397 {{.ReceiverVar}} := &{{.ReceiverType}}{ {{.FieldName}}: zeroValue }
399 {{.ReceiverVar}} = &{{.ReceiverType}}{}
405 func Test{{.ReceiverType}}_Get{{.FieldName}}(tt *testing.T) {
407 {{.ReceiverVar}} := &{{.ReceiverType}}{ {{.FieldName}}: &zeroValue }
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/igm/sockjs-go/v3/sockjs/
H A Dreceiver.go3 type ReceiverType int type
6 ReceiverTypeNone ReceiverType = iota
29 receiverType() ReceiverType
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlglobal_p.h92 #define qmlobject_connect(Sender, SenderType, Signal, Receiver, ReceiverType, Method) \ argument
95 ReceiverType *receiver = (Receiver); \
108 methodIdx = ReceiverType::staticMetaObject.indexOfSlot(method+1); \
110 methodIdx = ReceiverType::staticMetaObject.indexOfSignal(method+1); \
131 #define qmlobject_disconnect(Sender, SenderType, Signal, Receiver, ReceiverType, Method) \ argument
134 ReceiverType *receiver = (Receiver); \
147 methodIdx = ReceiverType::staticMetaObject.indexOfSlot(method+1); \
149 methodIdx = ReceiverType::staticMetaObject.indexOfSignal(method+1); \
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlglobal_p.h92 #define qmlobject_connect(Sender, SenderType, Signal, Receiver, ReceiverType, Method) \ argument
95 ReceiverType *receiver = (Receiver); \
108 methodIdx = ReceiverType::staticMetaObject.indexOfSlot(method+1); \
110 methodIdx = ReceiverType::staticMetaObject.indexOfSignal(method+1); \
131 #define qmlobject_disconnect(Sender, SenderType, Signal, Receiver, ReceiverType, Method) \ argument
134 ReceiverType *receiver = (Receiver); \
147 methodIdx = ReceiverType::staticMetaObject.indexOfSlot(method+1); \
149 methodIdx = ReceiverType::staticMetaObject.indexOfSignal(method+1); \
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dgen-accessors.go194 ReceiverType: receiverType,
298 ReceiverType string member
329 func ({{.ReceiverVar}} *{{.ReceiverType}}) Get{{.FieldName}}() *{{.FieldType}} {
337 func ({{.ReceiverVar}} *{{.ReceiverType}}) Get{{.FieldName}}() {{.FieldType}} {
365 func Test{{.ReceiverType}}_Get{{.FieldName}}(tt *testing.T) {
366 {{.ReceiverVar}} := &{{.ReceiverType}}{}
372 func Test{{.ReceiverType}}_Get{{.FieldName}}(tt *testing.T) {
374 {{.ReceiverVar}} := &{{.ReceiverType}}{ {{.FieldName}}: &zeroValue }
376 {{.ReceiverVar}} = &{{.ReceiverType}}{}
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkxmessages_unittest.cpp24 enum ReceiverType { enum in KXMessages_UnitTest
42 Q_DECLARE_METATYPE(KXMessages_UnitTest::ReceiverType) in Q_DECLARE_METATYPE() argument
47 QTest::addColumn<KXMessages_UnitTest::ReceiverType>("receiverType"); in Q_DECLARE_METATYPE()
64 QFETCH(KXMessages_UnitTest::ReceiverType, receiverType); in testStart()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/include/ndbapi/
H A DNdbReceiver.hpp35 enum ReceiverType { NDB_UNINITIALIZED, enum in NdbReceiver
42 int init(ReceiverType type, void* owner);
50 ReceiverType getType(){ in getType()
71 ReceiverType m_type;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/ndbapi/
H A DNdbReceiver.hpp62 enum ReceiverType { NDB_UNINITIALIZED, enum in NdbReceiver
70 int init(ReceiverType type, void* owner);
78 ReceiverType getType() const { in getType()
82 inline NdbTransaction * getTransaction(ReceiverType type) const;
120 ReceiverType m_type;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/ndbapi/
H A DNdbReceiver.hpp62 enum ReceiverType { NDB_UNINITIALIZED, enum in NdbReceiver
70 int init(ReceiverType type, void* owner);
78 ReceiverType getType() const { in getType()
82 inline NdbTransaction * getTransaction(ReceiverType type) const;
120 ReceiverType m_type;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/ndbapi/
H A DNdbReceiver.hpp62 enum ReceiverType { NDB_UNINITIALIZED, enum in NdbReceiver
70 int init(ReceiverType type, void* owner);
78 ReceiverType getType() const { in getType()
82 inline NdbTransaction * getTransaction(ReceiverType type) const;
120 ReceiverType m_type;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/ndbapi/
H A DNdbReceiver.hpp62 enum ReceiverType { NDB_UNINITIALIZED, enum in NdbReceiver
70 int init(ReceiverType type, void* owner);
78 ReceiverType getType() const { in getType()
82 inline NdbTransaction * getTransaction(ReceiverType type) const;
120 ReceiverType m_type;
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/ndbapi/
H A DNdbReceiver.hpp62 enum ReceiverType { NDB_UNINITIALIZED, enum in NdbReceiver
70 int init(ReceiverType type, void* owner);
78 ReceiverType getType() const { in getType()
82 inline NdbTransaction * getTransaction(ReceiverType type) const;
120 ReceiverType m_type;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/ndbapi/
H A DNdbReceiver.hpp62 enum ReceiverType { NDB_UNINITIALIZED, enum in NdbReceiver
70 int init(ReceiverType type, void* owner);
78 ReceiverType getType() const { in getType()
82 inline NdbTransaction * getTransaction(ReceiverType type) const;
120 ReceiverType m_type;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1335 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
2082 ReceiverType = nullptr; in getObjCMessageKind()
2232 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2423 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2440 << ReceiverType; in BuildClassMessage()
2553 if (ReceiverType.isNull()) in ActOnClassMessage()
2685 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2699 << ReceiverType in BuildInstanceMessage()
2701 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2712 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaExprObjC.cpp1508 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1516 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2290 ReceiverType = nullptr; in getObjCMessageKind()
2440 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2630 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2647 << ReceiverType; in BuildClassMessage()
2769 if (ReceiverType.isNull()) in ActOnClassMessage()
2901 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2915 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2926 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprObjC.cpp1508 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1516 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2290 ReceiverType = nullptr; in getObjCMessageKind()
2440 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2630 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2647 << ReceiverType; in BuildClassMessage()
2769 if (ReceiverType.isNull()) in ActOnClassMessage()
2901 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2915 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2926 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaExprObjC.cpp1508 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1516 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2289 ReceiverType = nullptr; in getObjCMessageKind()
2439 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2629 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2646 << ReceiverType; in BuildClassMessage()
2768 if (ReceiverType.isNull()) in ActOnClassMessage()
2900 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2914 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2925 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaExprObjC.cpp1505 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1513 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2278 ReceiverType = nullptr; in getObjCMessageKind()
2428 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2618 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2635 << ReceiverType; in BuildClassMessage()
2757 if (ReceiverType.isNull()) in ActOnClassMessage()
2889 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2903 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2914 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1505 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1513 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2278 ReceiverType = nullptr; in getObjCMessageKind()
2428 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2618 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2635 << ReceiverType; in BuildClassMessage()
2757 if (ReceiverType.isNull()) in ActOnClassMessage()
2889 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2903 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2914 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprObjC.cpp1508 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1516 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2290 ReceiverType = nullptr; in getObjCMessageKind()
2440 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2630 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2647 << ReceiverType; in BuildClassMessage()
2769 if (ReceiverType.isNull()) in ActOnClassMessage()
2901 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2915 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2926 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1508 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1516 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2290 ReceiverType = nullptr; in getObjCMessageKind()
2440 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2630 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2647 << ReceiverType; in BuildClassMessage()
2769 if (ReceiverType.isNull()) in ActOnClassMessage()
2901 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2915 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2926 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]

12345678910>>...14