Searched defs:BytesValue (Results 1 – 12 of 12) 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
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
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