Home
last modified time | relevance | path

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