Home
last modified time | relevance | path

Searched defs:is_method (Results 1 – 9 of 9) 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() argument
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto170 bool is_method = 2; field
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DManualDWARFIndex.cpp260 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl() local
/external/python/cpython3/Objects/
Dcall.c843 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local
874 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
/external/rust/crates/bindgen/src/ir/
Dfunction.rs444 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
/external/tensorflow/tensorflow/python/eager/
Dfunction.py2457 is_method, argument
2527 def is_method(self): member in FunctionSpec
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1596 static inline bool check_op_param(bool is_method, in check_op_param()
1616 bool is_method, clang::OverloadedOperatorKind op_kind, in CheckOverloadedOperatorKindParameterCount()
1988 const bool is_method = false; in GetDeclarationName() local
7463 const bool is_method = true; in AddMethodToCXXRecordType() local
/external/libabigail/src/
Dabg-dwarf-reader.cc13096 class_or_union_sptr is_method, in build_function_type()
14191 class_or_union_sptr is_method = in build_function_decl() local
Dabg-ir.cc17385 bool is_method = dynamic_cast<const method_type*>(this); in get_first_non_implicit_parm() local
17920 bool is_method = dynamic_cast<const method_decl*>(this); in get_first_non_implicit_parm() local