Searched refs:scratch_space_ (Results 1 – 4 of 4) sorted by relevance
209 : OutputStreamBuffer(scratch_space_, kScratchSpaceSize) {} in CountingOutputStreamBuffer()212 bytes_written_ += pos_ - scratch_space_; in Advance()213 pos_ = scratch_space_; in Advance()214 end_ = scratch_space_ + kScratchSpaceSize; in Advance()218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize]; member in nvram::CountingOutputStreamBuffer
172 return bytes_written_ + (pos_ - scratch_space_); in bytes_written()190 static uint8_t scratch_space_[kScratchSpaceSize]; variable
96 if (scratch_space_) { in CommitMerge()258 scratch_space_ = true; in MmapMetadata()261 if (scratch_space_) { in MmapMetadata()
244 bool scratch_space_ = false; variable