Searched refs:scratch_end (Results 1 – 3 of 3) sorted by relevance
441 fn scratch_end(&self, n: usize) -> Result<usize> { in scratch_end() method479 let scratch_end = self.scratch_end(n)?; in read_to_buffer() localVariable481 self.scratch[self.scratch_index..scratch_end].copy_from_slice(&slice); in read_to_buffer()483 self.scratch_index = scratch_end; in read_to_buffer()
379 for (auto it = buf_.scratch_end() - num_field_loc * sizeof(FieldLoc); in EndTable()380 it < buf_.scratch_end(); it += sizeof(FieldLoc)) { in EndTable()395 for (auto it = buf_.scratch_data(); it < buf_.scratch_end(); in EndTable()770 buf_.scratch_end() - i * sizeof(Offset<String>))); in CreateVectorOfStrings()
174 uint8_t *scratch_end() const { in scratch_end() function