Searched refs:bytes_ptr (Results 1 – 1 of 1) sorted by relevance
993 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes(); in Append() local995 memcpy(bytes_ptr, GetDataStart(), GetByteSize()); in Append()996 memcpy(bytes_ptr + GetByteSize(), rhs.GetDataStart(), rhs.GetByteSize()); in Append()1018 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes(); in Append() local1021 memcpy(bytes_ptr, GetDataStart(), GetByteSize()); in Append()1023 memcpy(bytes_ptr + GetByteSize(), buf, length); in Append()