Searched refs:AppendSize (Results 1 – 2 of 2) sorted by relevance
457 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable458 CurBatch->appendFromArray(&Array[I], AppendSize);459 I += AppendSize;
451 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable452 CurBatch->appendFromArray(&Array[I], AppendSize);453 I += AppendSize;