Searched defs:combinedBuf (Results 1 – 1 of 1) sorted by relevance
93 auto combinedBuf = std::make_unique<uint8_t[]>(dataSize + PROFILE_HEADER + headDataSize); in CheckData() local149 … std::unique_ptr<uint8_t[]> combinedBuf = std::make_unique<uint8_t[]>(dataSize + PROFILE_HEADER); variable