Searched refs:GetLengthBeforeSerializedData (Results 1 – 3 of 3) sorted by relevance
54 static uint32_t GetLengthBeforeSerializedData();
218 return adapterHandle_->GetMtuSize() - ProtocolProto::GetLengthBeforeSerializedData(); in GetCommunicatorAggregatorMtuSize()223 return adapterHandle_->GetMtuSize(target) - ProtocolProto::GetLengthBeforeSerializedData(); in GetCommunicatorAggregatorMtuSize()
85 uint32_t ProtocolProto::GetLengthBeforeSerializedData() in GetLengthBeforeSerializedData() function in DistributedDB::ProtocolProto612 if (serializeLen == 0 || alignedLen > MAX_FRAME_LEN - GetLengthBeforeSerializedData()) { in CalculateDataSerializeLength()