Home
last modified time | relevance | path

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

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go386 type BytesValue struct { struct
388 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 …]
Dwrappers.proto115 message BytesValue { message
/external/protobuf/src/google/protobuf/
Dwrappers.proto116 message BytesValue { message
Dwrappers.pb.cc2458 BytesValue::BytesValue() in BytesValue() function in google::protobuf::BytesValue
2464 BytesValue::BytesValue(::google::protobuf::Arena* arena) in BytesValue() function in google::protobuf::BytesValue
2476 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in google::protobuf::BytesValue
Dwrappers.pb.h41 class BytesValue; variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs948 public sealed partial class BytesValue : pb::IMessage<BytesValue> { class
960 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
966 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue