Home
last modified time | relevance | path

Searched defs:Keys (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs225 …public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey… property in Google.Protobuf.Collections.MapField
/frameworks/base/core/java/android/service/notification/
DAdjustment.java60 public @interface Keys {} annotation in Adjustment
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.cc471 static PyObject* Keys(PyContainer* self, PyObject* args) { in Keys() function