Searched defs:BytesValue (Results 1 – 12 of 12) sorted by relevance
504 type BytesValue struct { struct505 state protoimpl.MessageState506 sizeCache protoimpl.SizeCache507 unknownFields protoimpl.UnknownFields510 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 …]
17 class BytesValue extends \Google\Protobuf\Internal\Message class
120 message BytesValue { message
2440 BytesValue::BytesValue() in BytesValue() function in BytesValue2445 BytesValue::BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in BytesValue() function in BytesValue2452 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in BytesValue
61 class BytesValue; variable1355 BytesValue(BytesValue&& from) noexcept in BytesValue() function
1271 pub struct BytesValue { struct1281 impl<'a> ::std::default::Default for &'a BytesValue { argument1287 impl BytesValue { implementation1319 impl crate::Message for BytesValue { implementation1412 impl crate::Clear for BytesValue { implementation1419 impl ::std::fmt::Debug for BytesValue { implementation1425 impl crate::reflect::ProtobufValue for BytesValue { implementation
8 use Google\Protobuf\BytesValue; alias
10 use Google\Protobuf\BytesValue; alias
25 use Google\Protobuf\BytesValue; alias
1156 public sealed partial class BytesValue : pb::IMessage<BytesValue> { class1173 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue1180 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
1849 PHP_METHOD(BytesValue, __construct) { argument
627 typedef struct BytesValue BytesValue; typedef