Searched defs:BytesValue (Results 1 – 6 of 6) sorted by relevance
386 type BytesValue struct { struct388 Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`389 XXX_NoUnkeyedLiteral struct{} `json:"-"`390 XXX_unrecognized []byte `json:"-"`391 XXX_sizecache int32 `json:"-"`394 func (m *BytesValue) Reset() { *m = BytesValue{} }395 func (m *BytesValue) String() string { return proto.CompactTextString(m) }396 func (*BytesValue) ProtoMessage() {}397 func (*BytesValue) Descriptor() ([]byte, []int) {401 func (*BytesValue) XXX_WellKnownType() string { return "BytesValue" }[all …]
115 message BytesValue { message
116 message BytesValue { message
2458 BytesValue::BytesValue() in BytesValue() function in google::protobuf::BytesValue2464 BytesValue::BytesValue(::google::protobuf::Arena* arena) in BytesValue() function in google::protobuf::BytesValue2476 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in google::protobuf::BytesValue
41 class BytesValue; variable
948 public sealed partial class BytesValue : pb::IMessage<BytesValue> { class960 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue966 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue