Home
last modified time | relevance | path

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

123

/external/perfetto/include/perfetto/trace_processor/
Dbasic_types.h246 value.bytes_value = v; in Bytes()
266 return bytes_value; in AsBytes()
278 const void* bytes_value; member
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php223 $bytes_value = base64_encode($value);
225 $output->writeRaw($bytes_value, strlen($bytes_value));
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php223 $bytes_value = base64_encode($value);
225 $output->writeRaw($bytes_value, strlen($bytes_value));
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php223 $bytes_value = base64_encode($value);
225 $output->writeRaw($bytes_value, strlen($bytes_value));
/external/perfetto/src/trace_processor/db/
Dcompare.h177 return compare::Bytes(a.bytes_value, a.bytes_count, b.bytes_value, in SqlValue()
/external/nanopb-c/tests/regression/issue_647/
Drepro.proto8 bytes bytes_value = 5 [(nanopb).type = FT_POINTER]; field
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Dtest_example.proto49 repeated bytes bytes_value = 12; field
96 repeated bytes bytes_value = 12; field
134 optional bytes bytes_value = 12; field
/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
487 message.bytes_value = b'a bytes\xff\xfe'
502 message.bytes_value = [b'a bytes\xff\xfe', b'another bytes']
/external/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto16 google.protobuf.BytesValue bytes_value = 9; field
/external/cronet/stable/third_party/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto16 google.protobuf.BytesValue bytes_value = 9; field
/external/cronet/tot/third_party/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto16 google.protobuf.BytesValue bytes_value = 9; field
/external/abseil-cpp/absl/log/internal/
Dproto.h265 absl::Span<const char> bytes_value() const { return data_; } in bytes_value() function
267 const auto data = bytes_value(); in string_value()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/
Dproto.h265 absl::Span<const char> bytes_value() const { return data_; } in bytes_value() function
267 const auto data = bytes_value(); in string_value()
/external/angle/third_party/abseil-cpp/absl/log/internal/
Dproto.h275 absl::Span<const char> bytes_value() const { return data_; } in bytes_value() function
277 const auto data = bytes_value(); in string_value()
/external/cronet/stable/third_party/abseil-cpp/absl/log/internal/
Dproto.h275 absl::Span<const char> bytes_value() const { return data_; } in bytes_value() function
277 const auto data = bytes_value(); in string_value()
/external/cronet/tot/third_party/abseil-cpp/absl/log/internal/
Dproto.h275 absl::Span<const char> bytes_value() const { return data_; } in bytes_value() function
277 const auto data = bytes_value(); in string_value()
/external/icing/icing/
Ddocument-builder.h211 for (const std::string& bytes_value : bytes_values) { in AddBytesProperty() local
212 property->mutable_bytes_values()->Add(std::string(bytes_value)); in AddBytesProperty()
/external/sdv/vsomeip/third_party/boost/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()
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py68 message.bytes_value = b'bar'
519 message.bytes_value.value = b''
913 self.assertEqual(message.bytes_value, b'\xfb')
917 self.assertEqual(message.bytes_value, b'\x01\x02')
920 self.assertEqual(message.bytes_value, b'\x01\x02')
923 self.assertEqual(message.bytes_value, b'\x01\x02')
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py68 message.bytes_value = b'bar'
519 message.bytes_value.value = b''
913 self.assertEqual(message.bytes_value, b'\xfb')
917 self.assertEqual(message.bytes_value, b'\x01\x02')
920 self.assertEqual(message.bytes_value, b'\x01\x02')
923 self.assertEqual(message.bytes_value, b'\x01\x02')
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py68 message.bytes_value = b'bar'
519 message.bytes_value.value = b''
913 self.assertEqual(message.bytes_value, b'\xfb')
917 self.assertEqual(message.bytes_value, b'\x01\x02')
920 self.assertEqual(message.bytes_value, b'\x01\x02')
923 self.assertEqual(message.bytes_value, b'\x01\x02')
/external/bazelbuild-rules_rust/proto/prost/private/tests/well_known_types/
Dwell_known_types.proto56 google.protobuf.BytesValue bytes_value = 15; field
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto64 bytes bytes_value = 9; field
130 google.protobuf.BytesValue bytes_value = 9; field
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto64 bytes bytes_value = 9; field
130 google.protobuf.BytesValue bytes_value = 9; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto64 bytes bytes_value = 9; field
130 google.protobuf.BytesValue bytes_value = 9; field

123