Searched defs:dictionary (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | service_reflection.py | 64 def __init__(cls, name, bases, dictionary): argument 94 def __init__(cls, name, bases, dictionary): argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDictionary.m | 1531 + (instancetype)dictionary { class 1738 + (instancetype)dictionary { class 1945 + (instancetype)dictionary { class 2152 + (instancetype)dictionary { class 2359 + (instancetype)dictionary { class 2566 + (instancetype)dictionary { class 2773 + (instancetype)dictionary { class 2983 + (instancetype)dictionary { class 3266 + (instancetype)dictionary { class 3504 + (instancetype)dictionary { class [all …]
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 711 def addElementInfo(self, elem, info, infoName, dictionary): argument 726 def lookupElementInfo(self, fname, dictionary): argument 913 def generateFeature(self, fname, ftype, dictionary, genProc): argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | python_message.py | 112 def __new__(cls, name, bases, dictionary): argument 143 def __init__(cls, name, bases, dictionary): argument 246 def _AddSlots(message_descriptor, dictionary): argument 350 def _AddClassAttributesForNestedExtensions(descriptor, dictionary): argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 686 internal void WriteDictionary(TextWriter writer, IDictionary dictionary) in WriteDictionary()
|