Searched defs:Remove (Results 1 – 5 of 5) sorted by relevance
66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
142 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField313 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField733 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
268 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.RepeatedField
287 static PyObject* Remove(RepeatedCompositeContainer* self, PyObject* value) { in Remove() function
543 static PyObject* Remove(RepeatedScalarContainer* self, PyObject* value) { in Remove() function