Lines Matching defs:self

40         def __init__(self, why):  argument
42 def __str__(self): argument
47 def __init__(self, name): argument
53 def AddEntry(self, entry): argument
63 def Name(self): argument
66 def EntryTagName(self, entry): argument
72 def PrintIndented(self, file, ident, code): argument
80 def __init__(self, name): argument
83 def PrintTags(self, file): argument
93 def PrintForwardDeclaration(self, file): argument
96 def PrintDeclaration(self, file): argument
145 def PrintCode(self, file): argument
343 def __init__(self, type, name, tag): argument
358 def GetInitializer(self): argument
361 def SetStruct(self, struct): argument
364 def LineCount(self): argument
368 def SetLineCount(self, number): argument
371 def Array(self): argument
374 def Optional(self): argument
377 def Tag(self): argument
380 def Name(self): argument
383 def Type(self): argument
386 def MakeArray(self, yes=1): argument
389 def MakeOptional(self): argument
392 def Verify(self): argument
406 def GetTranslation(self, extradict = {}): argument
422 def GetVarName(self, var): argument
425 def GetVarLen(self, var): argument
428 def GetFuncName(self): argument
431 def GetDeclaration(self, funcname): argument
436 def CodeGet(self): argument
451 def AssignFuncName(self): argument
454 def AddFuncName(self): argument
457 def AssignDeclaration(self, funcname): argument
462 def CodeAssign(self): argument
475 def CodeClear(self, structname): argument
480 def CodeComplete(self, structname, var_name): argument
483 def CodeFree(self, name): argument
486 def CodeBase(self): argument
499 def __init__(self, type, name, tag, length): argument
506 def GetInitializer(self): argument
509 def GetVarLen(self, var): argument
512 def CodeArrayAdd(self, varname, value): argument
516 def GetDeclaration(self, funcname): argument
521 def AssignDeclaration(self, funcname): argument
526 def Declaration(self): argument
531 def CodeGet(self): argument
545 def CodeAssign(self): argument
559 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
573 def CodeMarshal(self, buf, tag_name, var_name, var_len): argument
578 def CodeClear(self, structname): argument
585 def CodeInitialize(self, name): argument
590 def Verify(self): argument
599 def __init__(self, type, name, tag, bits=32): argument
611 def GetInitializer(self): argument
614 def CodeArrayFree(self, var): argument
617 def CodeArrayAssign(self, varname, srcvar): argument
621 def CodeArrayAdd(self, varname, value): argument
626 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
639 def CodeMarshal(self, buf, tag_name, var_name, var_len): argument
645 def Declaration(self): argument
650 def CodeInitialize(self, name): argument
655 def __init__(self, type, name, tag): argument
662 def GetInitializer(self): argument
665 def CodeArrayFree(self, varname): argument
671 def CodeArrayAssign(self, varname, srcvar): argument
684 def CodeArrayAdd(self, varname, value): argument
698 def GetVarLen(self, var): argument
701 def CodeMakeInitalize(self, varname): argument
704 def CodeAssign(self): argument
720 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
732 def CodeMarshal(self, buf, tag_name, var_name, var_len): argument
737 def CodeClear(self, structname): argument
747 def CodeInitialize(self, name): argument
751 def CodeFree(self, name): argument
757 def Declaration(self): argument
763 def __init__(self, type, name, tag, refname): argument
773 def GetInitializer(self): argument
776 def GetVarLen(self, var): argument
779 def CodeArrayAdd(self, varname, value): argument
787 def CodeArrayFree(self, var): argument
792 def CodeArrayAssign(self, var, srcvar): argument
820 def CodeGet(self): argument
838 def CodeAssign(self): argument
878 def CodeComplete(self, structname, var_name): argument
887 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
903 def CodeMarshal(self, buf, tag_name, var_name, var_len): argument
908 def CodeClear(self, structname): argument
919 def CodeInitialize(self, name): argument
923 def CodeFree(self, name): argument
930 def Declaration(self): argument
936 def __init__(self, type, name, tag): argument
942 def GetInitializer(self): argument
945 def GetVarLen(self, var): argument
948 def CodeArrayAdd(self, varname, value): argument
952 def GetDeclaration(self, funcname): argument
957 def AssignDeclaration(self, funcname): argument
962 def CodeAssign(self): argument
982 def CodeGet(self): argument
997 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
1018 def CodeMarshal(self, buf, tag_name, var_name, var_len): argument
1023 def CodeClear(self, structname): argument
1034 def CodeInitialize(self, name): argument
1039 def CodeFree(self, name): argument
1045 def Declaration(self): argument
1052 def __init__(self, entry): argument
1070 def GetInitializer(self): argument
1073 def GetVarName(self, var_name): argument
1076 def GetVarLen(self, var_name): argument
1079 def GetDeclaration(self, funcname): argument
1086 def AssignDeclaration(self, funcname): argument
1091 def AddDeclaration(self, funcname): argument
1098 def CodeGet(self): argument
1111 def CodeAssign(self): argument
1133 def CodeAdd(self): argument
1178 def CodeComplete(self, structname, var_name): argument
1201 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
1225 def CodeMarshal(self, buf, tag_name, var_name, var_len): argument
1242 def CodeClear(self, structname): argument
1273 def CodeInitialize(self, name): argument
1279 def CodeFree(self, structname): argument
1288 def Declaration(self): argument
1528 def __init__(self): argument
1531 def GuardName(self, name): argument
1537 def HeaderPreamble(self, name): argument
1559 def HeaderPostamble(self, name): argument
1563 def BodyPreamble(self, name, header_file): argument
1597 def HeaderFilename(self, filename): argument
1600 def CodeFilename(self, filename): argument
1603 def Struct(self, name): argument
1606 def EntryBytes(self, entry_type, name, tag, fixed_length): argument
1609 def EntryVarBytes(self, entry_type, name, tag): argument
1612 def EntryInt(self, entry_type, name, tag, bits=32): argument
1615 def EntryString(self, entry_type, name, tag): argument
1618 def EntryStruct(self, entry_type, name, tag, struct_name): argument
1621 def EntryArray(self, entry): argument
1625 def __init__(self, argv0): argument
1630 def __init__(self, argv): argument
1665 def run(self): argument