Searched refs:MOVE_SIZE (Results 1 – 5 of 5) sorted by relevance
248 unpacker.Init(requestData.get(), inEleCnt << CmdUtils::MOVE_SIZE); in CmdRequest()284 outEleCnt = replyPacker_.ValidSize() >> CmdUtils::MOVE_SIZE; in CmdRequest()
216 replyUnpacker.Init(replyData.get(), replyEleCnt << CmdUtils::MOVE_SIZE); in DoReplyResults()
76 if (requestPacker_.Init(request_->GetSize() << CmdUtils::MOVE_SIZE) == false) { in Init()843 replyUnpacker.Init(replyData.get(), replyEleCnt << CmdUtils::MOVE_SIZE); in DoReplyResults()873 uint32_t eleCnt = requestPacker_.ValidSize() >> CmdUtils::MOVE_SIZE; in DoRequest()884 … replyData.reset(new char[replyEleCnt << CmdUtils::MOVE_SIZE], std::default_delete<char[]>()); in DoRequest()
174 unpacker.Init(requestData.get(), inEleCnt << CmdUtils::MOVE_SIZE); in CmdRequest()206 outEleCnt = replyPacker_.ValidSize() >> CmdUtils::MOVE_SIZE; in CmdRequest()231 bool retBool = replyPacker_.Init(reply_->GetSize() << CmdUtils::MOVE_SIZE); in InitReply()
41 static constexpr uint32_t MOVE_SIZE = sizeof(int) / 2; variable