Home
last modified time | relevance | path

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

/external/golang-protobuf/types/known/wrapperspb/
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 …]
/external/protobuf/php/src/Google/Protobuf/
DBytesValue.php17 class BytesValue extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/
Dwrappers.proto120 message BytesValue { message
Dwrappers.pb.cc2440 BytesValue::BytesValue() in BytesValue() function in BytesValue
2445 BytesValue::BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in BytesValue() function in BytesValue
2452 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in BytesValue
Dwrappers.pb.h61 class BytesValue; variable
1355 BytesValue(BytesValue&& from) noexcept in BytesValue() function
/external/rust/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 { implementation
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
/external/protobuf/php/tests/
Dwrapper_type_setters_test.php8 use Google\Protobuf\BytesValue; alias
Dwell_known_test.php10 use Google\Protobuf\BytesValue; alias
Dencode_decode_test.php25 use Google\Protobuf\BytesValue; alias
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs1156 public sealed partial class BytesValue : pb::IMessage<BytesValue> { class
1173 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
1180 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1849 PHP_METHOD(BytesValue, __construct) { argument
Dprotobuf.h627 typedef struct BytesValue BytesValue; typedef