Searched refs:bodyPartBuffer (Results 1 – 1 of 1) sorted by relevance
194 std::unique_ptr<char[]> bodyPartBuffer = decodeBuffer.ReadDataBuffer(offset, bodyLength); in DecodePartBody() local195 if (bodyPartBuffer == nullptr) { in DecodePartBody()207 std::string encodeString(bodyPartBuffer.get(), bodyLength); in DecodePartBody()232 pbodyPartBuffer_ = std::move(bodyPartBuffer); in DecodePartBody()