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