Searched refs:start_offset_ (Results 1 – 7 of 7) sorted by relevance
29 start_offset_(start_offset), in BitmapGlyphInfo()41 start_offset_(start_offset), in BitmapGlyphInfo()
58 int32_t start_offset() const { return start_offset_; } in start_offset()70 int32_t start_offset_; variable
166 const_iterator(iterator_t it_, u64 start_offset_)167 : it(it_), start_offset(start_offset_) {}
169 start_offset_(assembler->pc_offset()), in PredictableCodeSizeScope()178 CHECK_EQ(expected_size_, assembler_->pc_offset() - start_offset_); in ~PredictableCodeSizeScope()
116 int start_offset_; variable