HomeSort by: relevance | last modified time | path
    Searched defs:typedefs_pretty_printers_dict (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-nested-maps.py 119 for function in typedefs_pretty_printers_dict:
121 return typedefs_pretty_printers_dict[function](val)
137 typedefs_pretty_printers_dict = {} variable
py-prettyprint.py 355 for function in typedefs_pretty_printers_dict:
357 return typedefs_pretty_printers_dict[function](val)
422 typedefs_pretty_printers_dict[re.compile("^int_type$")] = pp_int_typedef
423 typedefs_pretty_printers_dict[re.compile("^int_type2$")] = pp_int_typedef
424 typedefs_pretty_printers_dict[re.compile("^int_type3$")] = pp_int_typedef3
430 typedefs_pretty_printers_dict = {} variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-nested-maps.py 119 for function in typedefs_pretty_printers_dict:
121 return typedefs_pretty_printers_dict[function](val)
137 typedefs_pretty_printers_dict = {} variable
py-prettyprint.py 355 for function in typedefs_pretty_printers_dict:
357 return typedefs_pretty_printers_dict[function](val)
422 typedefs_pretty_printers_dict[re.compile("^int_type$")] = pp_int_typedef
423 typedefs_pretty_printers_dict[re.compile("^int_type2$")] = pp_int_typedef
424 typedefs_pretty_printers_dict[re.compile("^int_type3$")] = pp_int_typedef3
430 typedefs_pretty_printers_dict = {} variable

Completed in 17 milliseconds