HomeSort by relevance Sort by last modified time
    Searched defs:bytes_value (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
test_util.py 292 bytes_value = messages.BytesField(8, variant=messages.Variant.BYTES) variable in class:OptionalMessage
330 bytes_value = messages.BytesField(8, variable in class:RepeatedMessage
382 bytes_value: b"a bytes\xff\xfe"
395 bytes_value: [b"a bytes\xff\xfe", b"another bytes"]
483 message.bytes_value = b'a bytes\xff\xfe'
498 message.bytes_value = [b'a bytes\xff\xfe', b'another bytes']
  /hardware/libhardware/include/hardware/
vehicle.h 1505 vehicle_bytes_t bytes_value; member in union:vehicle_value
    [all...]

Completed in 195 milliseconds