Searched refs:ContainsKey (Results 1 – 8 of 8) sorted by relevance
56 public bool ContainsKey(TKey key) in ContainsKey() method in Google.Protobuf.Collections.ReadOnlyDictionary58 return wrapped.ContainsKey(key); in ContainsKey()
113 if (ContainsKey(key)) in Add()125 public bool ContainsKey(TKey key) in ContainsKey() method in Google.Protobuf.Collections.MapField128 return map.ContainsKey(key); in ContainsKey()225 …c ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey); } }495 return ContainsKey((TKey)key); in IDictionary.Contains()
110 if (!ContainsKey(items_, item)) in AddItem()141 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() function
98 if (!ContainsKey(items_, item)) in AddItem()129 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() function
250 if (!enumValuesByNumber.ContainsKey(key)) in AddEnumValueByNumber()
308 return ContainsKey(*well_known_types_, type_name); in IsWellKnownType()
459 if (!ContainsKey(node->children, field->name())) { in TrimMessage()
239 bool ContainsKey(const Collection& collection, const Key& key) {