Searched refs:new_inputs (Results 1 – 1 of 1) sorted by relevance
78 auto *new_inputs = reinterpret_cast<Input *>(new_stor + sizeof(User) * new_capacity) + 1; in Reallocate() local95 … new_inputs[i] = Input(old_input); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Reallocate()