Home
last modified time | relevance | path

Searched defs:BytesValue (Results 1 – 25 of 185) sorted by relevance

12345678

/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/
H A Dwrappers.pb.go504 type BytesValue struct { struct
505 state protoimpl.MessageState
506 sizeCache protoimpl.SizeCache
507 unknownFields protoimpl.UnknownFields
510 Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
518 func (x *BytesValue) Reset() {
527 func (x *BytesValue) String() string {
531 func (*BytesValue) ProtoMessage() {}
533 func (x *BytesValue) ProtoReflect() protoreflect.Message {
546 func (*BytesValue) Descriptor() ([]byte, []int) {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dwrappers.rs1037 pub struct BytesValue { struct
1043 // @@protoc_insertion_point(special_field:google.protobuf.BytesValue.special_fields) argument
1047 impl<'a> ::std::default::Default for &'a BytesValue { implementation
1053 impl BytesValue { implementation
1074 impl crate::Message for BytesValue { implementation
1141 impl crate::MessageFull for BytesValue { implementation
1148 impl ::std::fmt::Display for BytesValue { implementation
1154 impl crate::reflect::ProtobufValue for BytesValue { implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/
Dwrappers.rs1271 pub struct BytesValue { struct
1281 impl<'a> ::std::default::Default for &'a BytesValue { argument
1287 impl BytesValue { impl
1319 impl crate::Message for BytesValue { implementation
1412 impl crate::Clear for BytesValue { implementation
1419 impl ::std::fmt::Debug for BytesValue { implementation
1425 impl crate::reflect::ProtobufValue for BytesValue { implementation
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs1637 public sealed partial class BytesValue : pb::IMessage<BytesValue> class
1662 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
1670 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs1637 public sealed partial class BytesValue : pb::IMessage<BytesValue> class
1662 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
1670 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/
Dwrappers.pb.h49 class BytesValue; variable
1169 inline BytesValue() : BytesValue(nullptr) {} in BytesValue() function
1174 BytesValue(BytesValue&& from) noexcept in BytesValue() function
Dwrappers.pb.cc126 PROTOBUF_CONSTEXPR BytesValue::BytesValue( in BytesValue() function in BytesValue
1645 BytesValue::BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in BytesValue() function in BytesValue
1651 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in BytesValue
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/
Dwrappers.pb.h49 class BytesValue; variable
1169 inline BytesValue() : BytesValue(nullptr) {} in BytesValue() function
1174 BytesValue(BytesValue&& from) noexcept in BytesValue() function
Dwrappers.pb.cc126 PROTOBUF_CONSTEXPR BytesValue::BytesValue( in BytesValue() function in BytesValue
1645 BytesValue::BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in BytesValue() function in BytesValue
1651 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in BytesValue
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.h51 class BytesValue; variable
1283 inline BytesValue() : BytesValue(nullptr) {} in BytesValue() function
1288 BytesValue(BytesValue&& from) noexcept in BytesValue() function
H A Dwrappers.proto120 message BytesValue { message
H A Dwrappers.pb.cc128 PROTOBUF_CONSTEXPR BytesValue::BytesValue( in BytesValue() function in BytesValue
1745 BytesValue::BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in BytesValue() function in BytesValue
1751 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in BytesValue
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwrappers.pb.h51 class BytesValue; variable
1283 inline BytesValue() : BytesValue(nullptr) {} in BytesValue() function
1288 BytesValue(BytesValue&& from) noexcept in BytesValue() function
H A Dwrappers.proto120 message BytesValue { message
H A Dwrappers.pb.cc128 PROTOBUF_CONSTEXPR BytesValue::BytesValue( in BytesValue() function in BytesValue
1745 BytesValue::BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in BytesValue() function in BytesValue
1751 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in BytesValue
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DBytesValue.php17 class BytesValue extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DBytesValue.php17 class BytesValue extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto120 message BytesValue { message
/aosp_15_r20/external/protobuf/php/tests/
H A DWrapperTypeSettersTest.php8 use Google\Protobuf\BytesValue; alias
H A DWellKnownTest.php11 use Google\Protobuf\BytesValue; alias
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php8 use Google\Protobuf\BytesValue; alias
H A DWellKnownTest.php11 use Google\Protobuf\BytesValue; alias
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dwell_known_wrapper.rs118 impl WellKnownWrapper for BytesValue { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmisc.rs60 impl From<Vec<u8>> for well_known_types::wrappers::BytesValue { implementation
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_visitor.h61 absl::string_view BytesValue() const { return stat_->bytes_value(); } in BytesValue() function

12345678