Home
last modified time | relevance | path

Searched refs:getargsFormat (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenType.py56 return self.getargsFormat(), self.getargsArgs()
58 def getargsFormat(self): member in Type
129 return self.getargsFormat()
226 def getargsFormat(self): member in FakeType
258 def getargsFormat(self): member in OpaqueType
DbgenHeapBuffer.py86 def getargsFormat(self): member in HeapOutputBufferType
135 def getargsFormat(self): member in MallocHeapOutputBufferType
DbgenVariable.py61 def getargsFormat(self): member in Variable
63 return self.type.getargsFormat()
DbgenStringBuffer.py32 def getargsFormat(self): member in StringBufferMixIn
DbgenBuffer.py77 def getargsFormat(self): member in FixedInputOutputBufferType
137 def getargsFormat(self): member in OptionalInputBufferMixIn
Dmacsupport.py130 def getargsFormat(self): member in VarUnicodeInputBufferType
DbgenGenerator.py210 fmt = fmt + arg.getargsFormat()