Searched refs:bigBuffer (Results 1 – 2 of 2) sorted by relevance
31 std::unique_ptr<char[]> bigBuffer(new char[length + 1]); in appendVAList() local32 vsnprintf(bigBuffer.get(), length + 1, format, copy); in appendVAList()33 this->write(bigBuffer.get(), length); in appendVAList()
1123 dng_memory_data bigBuffer (bigBufferSize); in CopyToStream() local1131 Get (bigBuffer.Buffer (), in CopyToStream()1134 dstStream.Put (bigBuffer.Buffer (), in CopyToStream()