Searched refs:bytes_to_ints (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dbackward.py100 def bytes_to_ints(bytes_value): function
118 def bytes_to_ints(bytes_value): function
H A Dparser.py13 from coverage.backward import bytes_to_ints namespace
375 byte_increments = bytes_to_ints(self.code.co_lnotab[0::2])
376 line_increments = bytes_to_ints(self.code.co_lnotab[1::2])

Completed in 122 milliseconds