Searched refs:RpcDecStrong (Results 1 – 2 of 2) sorted by relevance
125 struct RpcDecStrong { struct130 static_assert(sizeof(RpcDecStrong) == 16); argument
732 RpcDecStrong body = { in sendDecStrongToTarget()760 .bodySize = sizeof(RpcDecStrong), in sendDecStrongToTarget()1154 if (command.bodySize != sizeof(RpcDecStrong)) { in processDecStrong()1156 sizeof(RpcDecStrong), command.bodySize); in processDecStrong()1161 RpcDecStrong body; in processDecStrong()1162 iovec iov{&body, sizeof(RpcDecStrong)}; in processDecStrong()