/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wrappers.pb.cc | 185 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 …]
|
D | wrappers.pb.h | 41 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 …]
|
D | unittest_well_known_types.proto | 41 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;
|
D | wrappers.proto | 115 // 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/ |
D | Wrappers.cs | 46 …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/ |
D | json_format_proto3.proto | 123 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/ |
D | wrappers.proto | 95 google.protobuf.BytesValue bytes = 1;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance.proto | 224 google.protobuf.BytesValue optional_bytes_wrapper = 209; 234 repeated google.protobuf.BytesValue repeated_bytes_wrapper = 219;
|
D | Makefile.am | 29 com/google/protobuf/BytesValue.java \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 171 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/ |
D | JsonFormatTest.java | 36 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/ |
D | json_test.proto | 175 google.protobuf.BytesValue bytes_value = 9;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 46 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/ |
D | JsonParser.cs | 88 { BytesValue.Descriptor.FullName, MergeWrapperField },
|