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

  /external/python/apitools/apitools/base/protorpclite/
test_util.py 298 bytes_value = messages.BytesField(8, variant=messages.Variant.BYTES) variable in class:OptionalMessage
331 bytes_value = messages.BytesField(8, variable in class:RepeatedMessage
381 bytes_value: b"a bytes\xff\xfe"
394 bytes_value: [b"a bytes\xff\xfe", b"another bytes"]
482 message.bytes_value = b'a bytes\xff\xfe'
497 message.bytes_value = [b'a bytes\xff\xfe', b'another bytes']
protojson_test.py 106 "bytes_value": "YSBieXRlc//+",
119 "bytes_value": ["YSBieXRlc//+", "YW5vdGhlciBieXRlcw=="],
421 '{"bytes_value": "abcdefghijklmnopq"}')
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 68 message.bytes_value = b'bar'
333 message.bytes_value.value = b''

Completed in 143 milliseconds