OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_arguments
(Results
1 - 3
of
3
) sorted by null
/external/lldb/scripts/Python/interface/
SBFrame.i
265
def
get_arguments
(self):
334
__swig_getmethods__["args"] =
get_arguments
335
if _newclass: args = property(
get_arguments
, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
337
__swig_getmethods__["arguments"] =
get_arguments
338
if _newclass: arguments = property(
get_arguments
, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
/external/clang/bindings/python/tests/cindex/
test_cursor.py
241
arguments = list(foo.
get_arguments
())
/external/clang/bindings/python/clang/
cindex.py
1366
def
get_arguments
(self):
member in class:Cursor
[
all
...]
Completed in 86 milliseconds