Searched refs:bytes_consumed (Results 1 – 3 of 3) sorted by relevance
359 size_t bytes_consumed = d.data() - view.data(); in GetNameColonValue() local 360 m_index += bytes_consumed; in GetNameColonValue()
878 uint32_t bytes_consumed = 0; in Skip_LEB128() local888 ++bytes_consumed; in Skip_LEB128()891 return bytes_consumed; in Skip_LEB128()
146 size_t bytes_consumed = disassembler_sp->DecodeInstructions( in DumpInstructions() local150 if (bytes_consumed) { in DumpInstructions()151 offset += bytes_consumed; in DumpInstructions()