Searched refs:CurSizeBytes (Results 1 – 3 of 3) sorted by relevance
20 size_t CurSizeBytes = size_in_bytes(); in grow_pod() local30 memcpy(NewElts, this->BeginX, CurSizeBytes); in grow_pod()36 this->EndX = (char*)NewElts+CurSizeBytes; in grow_pod()
21 size_t CurSizeBytes = size_in_bytes(); in grow_pod() local31 memcpy(NewElts, this->BeginX, CurSizeBytes); in grow_pod()38 this->EndX = (char*)NewElts+CurSizeBytes; in grow_pod()