Home
last modified time | relevance | path

Searched refs:binary_record (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dshuffler.py351 binary_record = reader.read()
356 len(binary_record))(context.get())
361 proto.ParseFromString(binary_record)
618 def _hashing_map(binary_record): argument
630 proto.ParseFromString(binary_record)
Dinput_readers.py2619 binary_record = super(_ReducerReader, self).next()
2621 proto.ParseFromString(binary_record)