HomeSort by relevance Sort by last modified time
    Searched full:get_result_type (Results 1 - 2 of 2) sorted by null

  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
xmethod.py 104 '__call__' method. The 'get_result_type' method is used to implement
107 Derived classes should override the 'get_arg_types', 'get_result_type'
122 def get_result_type(self, *args): member in class:XMethodWorker
134 raise NotImplementedError("XMethodWorker get_result_type")
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
xmethod.py 104 '__call__' method. The 'get_result_type' method is used to implement
107 Derived classes should override the 'get_arg_types', 'get_result_type'
122 def get_result_type(self, *args): member in class:XMethodWorker
134 raise NotImplementedError("XMethodWorker get_result_type")

Completed in 632 milliseconds