Searched refs:ContainsKey (Results 1 – 12 of 12) sorted by relevance
56 public bool ContainsKey(TKey key) in ContainsKey() method in Google.Protobuf.Collections.ReadOnlyDictionary58 return wrapped.ContainsKey(key); in ContainsKey()
121 if (ContainsKey(key)) in Add()133 public bool ContainsKey(TKey key) in ContainsKey() method in Google.Protobuf.Collections.MapField136 return map.ContainsKey(key); in ContainsKey()230 …c ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey); } }544 return ContainsKey((TKey)key); in IDictionary.Contains()
126 … return extensions.ContainsKey(new ObjectIntPair<Type>(item.TargetType, item.FieldNumber)); in Contains()
67 return fields.ContainsKey(field); in HasField()
251 if (!enumValuesByNumber.ContainsKey(key)) in AddEnumValueByNumber()
512 if (descriptorsByName.ContainsKey(descriptor.Name)) in BuildFromByteStrings()
356 return ContainsKey(*well_known_types_, type_name); in IsWellKnownType()
46 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() function
288 return ContainsKey(switches_, switch_string); in HasSwitch()
101 !ContainsKey(group_gids, stat_info.st_gid)) { in VerifySpecificPathControlledByUser()
239 bool ContainsKey(const Collection& collection, const Key& key) {
391 if (ContainsKey(node->children, parts[i])) { in RemovePath()