Searched refs:ValueSlicePacket (Results 1 – 2 of 2) sorted by relevance
62 uint32_t ValueSlicePacket::CalculateLen() const in CalculateLen()73 void ValueSlicePacket::SetData(const ValueSlice &data) in SetData()78 void ValueSlicePacket::GetData(ValueSlice &data) const in GetData()83 void ValueSlicePacket::SetErrorCode(int32_t errCode) in SetErrorCode()88 void ValueSlicePacket::GetErrorCode(int32_t &errCode) const in GetErrorCode()273 const ValueSlicePacket *packet = message->GetObject<ValueSlicePacket>(); in AckRecvCallback()414 const ValueSlicePacket *packet = inMsg->GetObject<ValueSlicePacket>(); in AckPacketCalculateLen()427 const ValueSlicePacket *packet = inMsg->GetObject<ValueSlicePacket>(); in AckPacketSerialization()474 ValueSlicePacket *packet = new (std::nothrow) ValueSlicePacket(); in AckPacketDeSerialization()583 ValueSlicePacket *packet = new (std::nothrow) ValueSlicePacket(); in SendAckPacket()
46 class ValueSlicePacket {48 ValueSlicePacket() : errorCode_(0) {}; in ValueSlicePacket() function49 ~ValueSlicePacket() {}; in ~ValueSlicePacket()