Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwrappers.pb.cc185 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BytesValue, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
190 BytesValue::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
195 sizeof(BytesValue), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
196 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BytesValue, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
197 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BytesValue, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
228 BytesValue_descriptor_, &BytesValue::default_instance()); in protobuf_RegisterTypes()
250 delete BytesValue::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto()
284 BytesValue::default_instance_ = new BytesValue(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
293 BytesValue::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
2480 const int BytesValue::kValueFieldNumber;
[all …]
Dwrappers.pb.h41 class BytesValue; variable
820 class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message /* @@protoc_insertion_poin…
822 BytesValue();
823 virtual ~BytesValue();
825 BytesValue(const BytesValue& from);
827 inline BytesValue& operator=(const BytesValue& from) {
837 static const BytesValue& default_instance();
839 void UnsafeArenaSwap(BytesValue* other);
840 void Swap(BytesValue* other);
844 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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs46 …ypeof(global::Google.Protobuf.WellKnownTypes.BytesValue), global::Google.Protobuf.WellKnownTypes.B… in WrappersReflection()
1058 public sealed partial class BytesValue : pb::IMessage<BytesValue> { class
1059 …ate static readonly pb::MessageParser<BytesValue> _parser = new pb::MessageParser<BytesValue>(() =…
1061 public static pb::MessageParser<BytesValue> Parser { get { return _parser; } }
1074 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
1081 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
1086 public BytesValue Clone() { in Clone()
1087 return new BytesValue(this); in Clone()
1106 return Equals(other as BytesValue); in Equals()
1110 public bool Equals(BytesValue other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto123 google.protobuf.BytesValue bytes_value = 9;
133 repeated google.protobuf.BytesValue repeated_bytes_value = 19;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dwrappers.proto95 google.protobuf.BytesValue bytes = 1;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs171 var parsed = JsonParser.Default.Parse<BytesValue>(WrapInQuotes(data.ToBase64())); in BytesWrapper_Standalone()
172 var expected = new BytesValue { Value = data }; in BytesWrapper_Standalone()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java36 import com.google.protobuf.BytesValue;
903 Any.pack(BytesValue.newBuilder().setValue(ByteString.copyFrom(new byte[] {1, 2})).build()); in testAnyFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto175 google.protobuf.BytesValue bytes_value = 9;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java46 import com.google.protobuf.BytesValue;
570 printers.put(BytesValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1087 parsers.put(BytesValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonParser.cs88 { BytesValue.Descriptor.FullName, MergeWrapperField },