Lines Matching refs:temp
39 uint16_t *temp = new(std::nothrow) uint16_t[bufSize_]; local
40 buffer_ = reinterpret_cast<char *>(temp);
46 uint32_t *temp = new(std::nothrow) uint32_t[bufSize_]; local
47 buffer_ = reinterpret_cast<char *>(temp);
53 uint64_t *temp = new(std::nothrow) uint64_t[bufSize_]; local
54 buffer_ = reinterpret_cast<char *>(temp);
264 uint16_t *temp = new(std::nothrow) uint16_t[bufSize]; in Allocate() local
265 newBuffer = reinterpret_cast<char *>(temp); in Allocate()
270 uint32_t *temp = new(std::nothrow) uint32_t[bufSize]; in Allocate() local
271 newBuffer = reinterpret_cast<char *>(temp); in Allocate()
276 uint64_t *temp = new(std::nothrow) uint64_t[bufSize]; in Allocate() local
277 newBuffer = reinterpret_cast<char *>(temp); in Allocate()