Lines Matching refs:QueueChannel
32 class SerializationTraits<QueueChannel, RPCFoo, RPCFoo> {
34 static Error serialize(QueueChannel&, const RPCFoo&) { in serialize() argument
38 static Error deserialize(QueueChannel&, RPCFoo&) { in deserialize() argument
102 class SerializationTraits<QueueChannel, RPCFoo, RPCBar> {
104 static Error serialize(QueueChannel&, const RPCBar&) { in serialize() argument
108 static Error deserialize(QueueChannel&, RPCBar&) { in deserialize() argument
160 class DummyRPCEndpoint : public SingleThreadedRPCEndpoint<QueueChannel> {
162 DummyRPCEndpoint(QueueChannel &C) in DummyRPCEndpoint()
617 registerDummyErrorSerialization<QueueChannel>(); in TEST()
646 registerDummyErrorSerialization<QueueChannel>(); in TEST()
681 registerDummyErrorSerialization<QueueChannel>(); in TEST()
713 registerDummyErrorSerialization<QueueChannel>(); in TEST()