Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs142 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField
313 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField
733 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
DRepeatedField.cs268 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.RepeatedField
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc287 static PyObject* Remove(RepeatedCompositeContainer* self, PyObject* value) { in Remove() function
Drepeated_scalar_container.cc543 static PyObject* Remove(RepeatedScalarContainer* self, PyObject* value) { in Remove() function