/external/perfetto/include/perfetto/trace_processor/ |
D | basic_types.h | 246 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/ |
D | GPBJsonWire.php | 223 $bytes_value = base64_encode($value); 225 $output->writeRaw($bytes_value, strlen($bytes_value));
|
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBJsonWire.php | 223 $bytes_value = base64_encode($value); 225 $output->writeRaw($bytes_value, strlen($bytes_value));
|
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBJsonWire.php | 223 $bytes_value = base64_encode($value); 225 $output->writeRaw($bytes_value, strlen($bytes_value));
|
/external/perfetto/src/trace_processor/db/ |
D | compare.h | 177 return compare::Bytes(a.bytes_value, a.bytes_count, b.bytes_value, in SqlValue()
|
/external/nanopb-c/tests/regression/issue_647/ |
D | repro.proto | 8 bytes bytes_value = 5 [(nanopb).type = FT_POINTER]; field
|
/external/tensorflow/tensorflow/python/kernel_tests/proto/ |
D | test_example.proto | 49 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/ |
D | test_util.py | 298 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/ |
D | test_wrapper_type_setters.proto | 16 google.protobuf.BytesValue bytes_value = 9; field
|
/external/cronet/stable/third_party/protobuf/php/tests/proto/ |
D | test_wrapper_type_setters.proto | 16 google.protobuf.BytesValue bytes_value = 9; field
|
/external/cronet/tot/third_party/protobuf/php/tests/proto/ |
D | test_wrapper_type_setters.proto | 16 google.protobuf.BytesValue bytes_value = 9; field
|
/external/abseil-cpp/absl/log/internal/ |
D | proto.h | 265 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/ |
D | proto.h | 265 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/ |
D | proto.h | 275 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/ |
D | proto.h | 275 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/ |
D | proto.h | 275 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/ |
D | document-builder.h | 211 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/ |
D | address_v4.cpp | 70 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/ |
D | json_format_test.py | 68 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/ |
D | json_format_test.py | 68 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/ |
D | json_format_test.py | 68 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/ |
D | well_known_types.proto | 56 google.protobuf.BytesValue bytes_value = 15; field
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 64 bytes bytes_value = 9; field 130 google.protobuf.BytesValue bytes_value = 9; field
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 64 bytes bytes_value = 9; field 130 google.protobuf.BytesValue bytes_value = 9; field
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 64 bytes bytes_value = 9; field 130 google.protobuf.BytesValue bytes_value = 9; field
|