Searched refs:msgSupportsStream (Results 1 – 4 of 4) sorted by relevance
675 bool msgSupportsStream(int64_t MsgId, int64_t OpId);
1316 bool msgSupportsStream(int64_t MsgId, int64_t OpId) { in msgSupportsStream() function
1271 if (msgSupportsStream(MsgId, OpId)) { in printSendMsg()
6213 if (Strict && !msgSupportsStream(Msg.Id, Op.Id) && Stream.IsDefined) { in validateSendMsg()