Home
last modified time | relevance | path

Searched defs:is_method (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/
Dcall.c786 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local
817 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs495 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
/third_party/libabigail/src/
Dabg-dwarf-reader.cc13743 class_or_union_sptr is_method, in build_function_type()
14898 class_or_union_sptr is_method = in build_function_decl() local
Dabg-ir.cc19675 bool is_method = dynamic_cast<const method_type*>(this); in get_first_non_implicit_parm() local
20268 bool is_method = dynamic_cast<const method_decl*>(this); in get_first_non_implicit_parm() local