Searched refs:bytes_consumed (Results 1 – 3 of 3) sorted by relevance
361 size_t bytes_consumed = d.data() - view.data(); in GetNameColonValue() local362 m_index += bytes_consumed; in GetNameColonValue()
879 uint32_t bytes_consumed = 0; in Skip_LEB128() local889 ++bytes_consumed; in Skip_LEB128()892 return bytes_consumed; in Skip_LEB128()
162 size_t bytes_consumed = disassembler_sp->DecodeInstructions( in DumpInstructions() local166 if (bytes_consumed) { in DumpInstructions()167 offset += bytes_consumed; in DumpInstructions()