Searched refs:CheckNotNullUnconstrained (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 229 ProtoPreconditions.CheckNotNullUnconstrained(item, nameof(item)); in Add() 453 ProtoPreconditions.CheckNotNullUnconstrained(item, nameof(item)); in IndexOf() 472 ProtoPreconditions.CheckNotNullUnconstrained(item, nameof(item)); in Insert() 533 ProtoPreconditions.CheckNotNullUnconstrained(value, nameof(value));
|
D | MapField.cs | 127 ProtoPreconditions.CheckNotNullUnconstrained(key, nameof(key)); in ContainsKey() 144 ProtoPreconditions.CheckNotNullUnconstrained(key, nameof(key)); in Remove() 192 ProtoPreconditions.CheckNotNullUnconstrained(key, nameof(key)); 202 ProtoPreconditions.CheckNotNullUnconstrained(key, nameof(key)); 206 ProtoPreconditions.CheckNotNullUnconstrained(value, nameof(value));
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | ProtoPreconditions.cs | 70 internal static T CheckNotNullUnconstrained<T>(T value, string name) in CheckNotNullUnconstrained() method in Google.Protobuf.ProtoPreconditions
|