/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | MessageExtensions.cs | 49 ProtoPreconditions.CheckNotNull(message, "message"); in MergeFrom() 50 ProtoPreconditions.CheckNotNull(data, "data"); in MergeFrom() 63 ProtoPreconditions.CheckNotNull(message, "message"); in MergeFrom() 64 ProtoPreconditions.CheckNotNull(data, "data"); in MergeFrom() 77 ProtoPreconditions.CheckNotNull(message, "message"); in MergeFrom() 78 ProtoPreconditions.CheckNotNull(input, "input"); in MergeFrom() 95 ProtoPreconditions.CheckNotNull(message, "message"); in MergeDelimitedFrom() 96 ProtoPreconditions.CheckNotNull(input, "input"); in MergeDelimitedFrom() 109 ProtoPreconditions.CheckNotNull(message, "message"); in ToByteArray() 124 ProtoPreconditions.CheckNotNull(message, "message"); in WriteTo() [all …]
|
D | MessageParser.cs | 67 ProtoPreconditions.CheckNotNull(data, "data"); in ParseFrom() 80 ProtoPreconditions.CheckNotNull(data, "data"); in ParseFrom() 194 ProtoPreconditions.CheckNotNull(data, "data"); in ParseFrom() 207 ProtoPreconditions.CheckNotNull(data, "data"); in ParseFrom()
|
D | JsonParser.cs | 378 ProtoPreconditions.CheckNotNull(json, nameof(json)); 391 ProtoPreconditions.CheckNotNull(jsonReader, nameof(jsonReader)); 406 ProtoPreconditions.CheckNotNull(json, nameof(json)); in Parse() 407 ProtoPreconditions.CheckNotNull(descriptor, nameof(descriptor)); in Parse() 420 ProtoPreconditions.CheckNotNull(jsonReader, nameof(jsonReader)); in Parse() 421 ProtoPreconditions.CheckNotNull(descriptor, nameof(descriptor)); in Parse() 1015 TypeRegistry = ProtoPreconditions.CheckNotNull(typeRegistry, nameof(typeRegistry)); in Settings()
|
D | ProtoPreconditions.cs | 51 public static T CheckNotNull<T>(T value, string name) where T : class
|
D | JsonFormatter.cs | 159 ProtoPreconditions.CheckNotNull(message, nameof(message)); in Format() 160 ProtoPreconditions.CheckNotNull(writer, nameof(writer)); in Format() 191 ProtoPreconditions.CheckNotNull(message, nameof(message)); in ToDiagnosticString() 855 TypeRegistry = ProtoPreconditions.CheckNotNull(typeRegistry, nameof(typeRegistry)); in Settings()
|
D | CodedInputStream.cs | 124 …public CodedInputStream(byte[] buffer) : this(null, ProtoPreconditions.CheckNotNull(buffer, "buffe… in CodedInputStream() 132 : this(null, ProtoPreconditions.CheckNotNull(buffer, "buffer"), offset, offset + length) in CodedInputStream() 161 : this(ProtoPreconditions.CheckNotNull(input, "input"), new byte[BufferSize], 0, 0) in CodedInputStream()
|
D | CodedOutputStream.cs | 100 this.output = ProtoPreconditions.CheckNotNull(output, nameof(output)); in CodedOutputStream()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | TimestampPartial.cs | 62 ProtoPreconditions.CheckNotNull(lhs, "lhs"); in operator -() 63 ProtoPreconditions.CheckNotNull(rhs, "rhs"); in operator -() 78 ProtoPreconditions.CheckNotNull(lhs, "lhs"); in operator +() 79 ProtoPreconditions.CheckNotNull(rhs, "rhs"); in operator +() 94 ProtoPreconditions.CheckNotNull(lhs, "lhs"); in operator -() 95 ProtoPreconditions.CheckNotNull(rhs, "rhs"); in operator -()
|
D | ValuePartial.cs | 44 ProtoPreconditions.CheckNotNull(value, "value"); in ForString() 84 ProtoPreconditions.CheckNotNull(values, "values"); in ForList() 95 ProtoPreconditions.CheckNotNull(value, "value"); in ForStruct()
|
D | DurationPartial.cs | 121 ProtoPreconditions.CheckNotNull(value, "value"); in operator -() 136 ProtoPreconditions.CheckNotNull(lhs, "lhs"); in operator +() 137 ProtoPreconditions.CheckNotNull(rhs, "rhs"); in operator +() 152 ProtoPreconditions.CheckNotNull(lhs, "lhs"); in operator -() 153 ProtoPreconditions.CheckNotNull(rhs, "rhs"); in operator -()
|
D | AnyPartial.cs | 98 ProtoPreconditions.CheckNotNull(message, nameof(message)); in Pack() 99 ProtoPreconditions.CheckNotNull(typeUrlPrefix, nameof(typeUrlPrefix)); in Pack()
|
D | Api.cs | 105 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 164 version_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 416 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 430 requestTypeUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 458 responseTypeUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 788 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 803 root_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
D | Any.cs | 173 typeUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 187 value_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
D | Type.cs | 141 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 447 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 462 typeUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 518 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 532 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 907 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1142 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1319 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
D | SourceContext.cs | 87 fileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
D | Wrappers.cs | 975 value_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1100 value_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | TypeRegistry.cs | 94 ProtoPreconditions.CheckNotNull(fileDescriptors, nameof(fileDescriptors)); in FromFiles() 131 ProtoPreconditions.CheckNotNull(messageDescriptors, nameof(messageDescriptors)); in FromMessages()
|
D | OriginalNameAttribute.cs | 55 Name = ProtoPreconditions.CheckNotNull(name, nameof(name)); in OriginalNameAttribute()
|
D | Descriptor.cs | 342 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 356 package_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 482 syntax_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 752 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1378 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1433 typeName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1448 extendee_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1466 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1498 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1847 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | logging.h | 163 T* CheckNotNull(const char* /* file */, int /* line */, in CheckNotNull() function 172 ::google::protobuf::internal::CheckNotNull(\
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 238 ProtoPreconditions.CheckNotNull(entries, nameof(entries)); in Add() 505 ProtoPreconditions.CheckNotNull(key, nameof(key)); in IDictionary.Remove() 534 ProtoPreconditions.CheckNotNull(key, nameof(key));
|
D | RepeatedField.cs | 297 ProtoPreconditions.CheckNotNull(values, nameof(values)); in AddRange()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/AddressBook/ |
D | Addressbook.cs | 90 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 115 email_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 292 number_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestIssues.cs | 1305 o1_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1328 plainString_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1349 o2_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1600 name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1611 description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1622 guid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 269 payload_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 280 payload_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 497 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 513 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 529 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 544 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 559 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 574 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1068 optionalString_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1079 optionalBytes_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); [all …]
|