Classes | |
class | MacroCollection |
class | PDDMError |
class | SourceFile |
Functions | |
def | _MacroArgRefRe (macro_arg_names) |
def | _MacroRefRe (macro_names) |
def | main (args) |
Variables | |
tuple | _GENERATED_CODE_LINE |
_MACRO_ARG_NAME_RE = re.compile(r'^\w+$') | |
_MACRO_RE = re.compile(r'(?P<name>\w+)\((?P<args>.*?)\)') | |
|
private |
Definition at line 128 of file bloaty/third_party/protobuf/objectivec/DevTools/pddm.py.
|
private |
Definition at line 121 of file bloaty/third_party/protobuf/objectivec/DevTools/pddm.py.
def pddm.main | ( | args | ) |
Definition at line 629 of file bloaty/third_party/protobuf/objectivec/DevTools/pddm.py.
|
private |
Definition at line 116 of file bloaty/third_party/protobuf/objectivec/DevTools/pddm.py.
|
private |
Definition at line 113 of file bloaty/third_party/protobuf/objectivec/DevTools/pddm.py.