Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py298 bytes_value = messages.BytesField(8, variant=messages.Variant.BYTES) variable in OptionalMessage
331 bytes_value = messages.BytesField(8, variable in RepeatedMessage
482 message.bytes_value = b'a bytes\xff\xfe'
497 message.bytes_value = [b'a bytes\xff\xfe', b'another bytes']
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Dtest_example.proto39 repeated bytes bytes_value = 12; field
84 repeated bytes bytes_value = 12; field
120 optional bytes bytes_value = 12; field
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.proto43 bytes bytes_value = 3; field
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto61 bytes bytes_value = 9; field
122 google.protobuf.BytesValue bytes_value = 9; field
/external/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto45 bytes bytes_value = 17 [ctype = CORD]; field
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py68 message.bytes_value = b'bar'
333 message.bytes_value.value = b''
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto174 google.protobuf.BytesValue bytes_value = 9; field