Home
last modified time | relevance | path

Searched refs:bytes_value (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dbackward.py100 def bytes_to_ints(bytes_value): argument
103 return bytes_value
118 def bytes_to_ints(bytes_value): argument
120 for byte in bytes_value:
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dprotorpc_test.proto47 optional bytes bytes_value = 8; field
70 repeated bytes bytes_value = 8; field
Dtest_util.py292 bytes_value = messages.BytesField(8, variant=messages.Variant.BYTES) variable in OptionalMessage
330 bytes_value = messages.BytesField(8, variable in RepeatedMessage
483 message.bytes_value = b'a bytes\xff\xfe'
498 message.bytes_value = [b'a bytes\xff\xfe', b'another bytes']
Dprotobuf_test.py82 proto.bytes_value = b'a bytes\xff\xfe'
104 proto.bytes_value.append(b'a bytes\xff\xfe')
105 proto.bytes_value.append(b'another bytes')