Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice_reflection.py64 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/
DGPBDictionary.m1531 + (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/
Dreg.py711 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/
Dpython_message.py112 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/
DJsonFormatter.cs686 internal void WriteDictionary(TextWriter writer, IDictionary dictionary) in WriteDictionary()