Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php223 $bytes_value = base64_encode($value);
225 $output->writeRaw($bytes_value, strlen($bytes_value));
/third_party/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto16 google.protobuf.BytesValue bytes_value = 9; field
/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py74 message.bytes_value = b'bar'
530 message.bytes_value.value = b''
910 self.assertEqual(message.bytes_value, b'\xfb')
914 self.assertEqual(message.bytes_value, b'\x01\x02')
917 self.assertEqual(message.bytes_value, b'\x01\x02')
920 self.assertEqual(message.bytes_value, b'\x01\x02')
/third_party/boost/libs/asio/test/ip/
Daddress_v4.cpp70 ip::address_v4::bytes_type bytes_value = addr1.to_bytes(); in test() local
71 (void)bytes_value; in test()
Daddress_v6.cpp89 ip::address_v6::bytes_type bytes_value = addr1.to_bytes(); in test() local
90 (void)bytes_value; in test()
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto64 bytes bytes_value = 9; field
129 google.protobuf.BytesValue bytes_value = 9; field
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto45 bytes bytes_value = 17 [ctype = CORD]; field
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto157 google.protobuf.BytesValue bytes_value = 9; field