Lines Matching refs:index
183 for (uint32_t index = 0; index < size; index++) {
220 for (uint32_t index = 0; index < size; index++) {
254 for (uint32_t index = 0; index < size; index++) {
296 for (uint32_t index = 0; index < reserveInts; index++) {
297 tunnelHandle->reserve[index] = parcel.ReadInt32();
326 for (uint32_t index = 0; index < handle->reserveInts; index++) {
327 if (!parcel.WriteInt32(handle->reserve[index])) {