Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dattr.h21 struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; in is_method() function
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto177 bool is_method = 2; field
/external/python/cpython3/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
/external/rust/crates/bindgen/src/ir/
Dfunction.rs443 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
/external/tensorflow/tensorflow/python/eager/
Dfunction.py2461 is_method, argument
2531 def is_method(self): member in FunctionSpec
/external/libabigail/src/
Dabg-dwarf-reader.cc13149 class_or_union_sptr is_method, in build_function_type()
14299 class_or_union_sptr is_method = in build_function_decl() local
Dabg-ir.cc19000 bool is_method = dynamic_cast<const method_type*>(this); in get_first_non_implicit_parm() local
19591 bool is_method = dynamic_cast<const method_decl*>(this); in get_first_non_implicit_parm() local