Home
last modified time | relevance | path

Searched refs:BytesValue (Results 1 – 21 of 21) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwrappers.pb.cc184 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BytesValue, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
189 BytesValue::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
194 sizeof(BytesValue), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
195 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BytesValue, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
196 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BytesValue, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
226 BytesValue_descriptor_, &BytesValue::default_instance()); in protobuf_RegisterTypes()
248 delete BytesValue::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto()
281 BytesValue::default_instance_ = new BytesValue(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
290 BytesValue::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
2455 const int BytesValue::kValueFieldNumber;
[all …]
Dwrappers.pb.h41 class BytesValue; variable
788 class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message {
790 BytesValue();
791 virtual ~BytesValue();
793 BytesValue(const BytesValue& from);
795 inline BytesValue& operator=(const BytesValue& from) {
805 static const BytesValue& default_instance();
807 void UnsafeArenaSwap(BytesValue* other);
808 void Swap(BytesValue* other);
812 inline BytesValue* New() const { return New(NULL); } in New()
[all …]
Dunittest_well_known_types.proto41 google.protobuf.BytesValue bytes_field = 18;
66 repeated google.protobuf.BytesValue bytes_field = 18;
88 google.protobuf.BytesValue bytes_field = 18;
113 map<int32,google.protobuf.BytesValue> bytes_field = 18;
Dwrappers.proto115 // The JSON representation for `BytesValue` is JSON string.
116 message BytesValue { message
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go386 type BytesValue struct { struct
394 func (m *BytesValue) Reset() { *m = BytesValue{} } argument
395 func (m *BytesValue) String() string { return proto.CompactTextString(m) } argument
396 func (*BytesValue) ProtoMessage() {} argument
397 func (*BytesValue) Descriptor() ([]byte, []int) { argument
401 func (*BytesValue) XXX_WellKnownType() string { return "BytesValue" } argument
403 func (m *BytesValue) XXX_Unmarshal(b []byte) error { argument
406 func (m *BytesValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
409 func (m *BytesValue) XXX_Merge(src proto.Message) { argument
412 func (m *BytesValue) XXX_Size() int { argument
[all …]
Dwrappers.proto114 // The JSON representation for `BytesValue` is JSON string.
115 message BytesValue { message
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs47 …ypeof(global::Google.Protobuf.WellKnownTypes.BytesValue), global::Google.Protobuf.WellKnownTypes.B… in WrappersReflection()
948 public sealed partial class BytesValue : pb::IMessage<BytesValue> { class
949 …ate static readonly pb::MessageParser<BytesValue> _parser = new pb::MessageParser<BytesValue>(() =…
950 public static pb::MessageParser<BytesValue> Parser { get { return _parser; } }
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
970 public BytesValue Clone() { in Clone()
971 return new BytesValue(this); in Clone()
988 return Equals(other as BytesValue); in Equals()
991 public bool Equals(BytesValue other) { in Equals()
[all …]
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto122 google.protobuf.BytesValue bytes_value = 9;
132 repeated google.protobuf.BytesValue repeated_bytes_value = 19;
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go441 …OptionalBytesWrapper *wrappers.BytesValue `protobuf:"bytes,209,opt,name=optional_bytes_wrapper…
450 …RepeatedBytesWrapper []*wrappers.BytesValue `protobuf:"bytes,219,rep,name=repeated_bytes_wrapper…
1059 func (m *TestAllTypes) GetOptionalBytesWrapper() *wrappers.BytesValue {
1122 func (m *TestAllTypes) GetRepeatedBytesWrapper() []*wrappers.BytesValue {
Dconformance.proto224 google.protobuf.BytesValue optional_bytes_wrapper = 209;
234 repeated google.protobuf.BytesValue repeated_bytes_wrapper = 219;
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto95 google.protobuf.BytesValue bytes = 1;
/external/protobuf/conformance/
Dconformance.proto224 google.protobuf.BytesValue optional_bytes_wrapper = 209;
234 repeated google.protobuf.BytesValue repeated_bytes_wrapper = 219;
DMakefile.am29 com/google/protobuf/BytesValue.java \
93 lite/com/google/protobuf/BytesValue.java \
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.proto155 optional google.protobuf.BytesValue bytes = 11;
Dtest_objects.pb.go827 …Bytes *wrappers.BytesValue `protobuf:"bytes,11,opt,name=bytes" json:"bytes,omitemp…
956 func (m *KnownTypes) GetBytes() *wrappers.BytesValue {
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs168 var parsed = JsonParser.Default.Parse<BytesValue>(WrapInQuotes(data.ToBase64())); in BytesWrapper_Standalone()
169 var expected = new BytesValue { Value = data }; in BytesWrapper_Standalone()
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java36 import com.google.protobuf.BytesValue;
901 anyMessage = Any.pack(BytesValue.newBuilder().setValue( in testAnyFields()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java46 import com.google.protobuf.BytesValue;
498 printers.put(BytesValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1030 parsers.put(BytesValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto174 google.protobuf.BytesValue bytes_value = 9;
/external/golang-protobuf/jsonpb/
Djsonpb_test.go522 …{"BytesValue", marshaler, &pb.KnownTypes{Bytes: &wpb.BytesValue{Value: []byte("wow")}}, `{"bytes":…
831 …{"BytesValue", Unmarshaler{}, `{"bytes":"d293"}`, &pb.KnownTypes{Bytes: &wpb.BytesValue{Value: []b…
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs88 { BytesValue.Descriptor.FullName, MergeWrapperField },