Searched defs:is_method (Results 1 – 9 of 9) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | attr.h | 21 struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; in is_method() argument
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 170 bool is_method = 2; field
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | ManualDWARFIndex.cpp | 260 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl() local
|
/external/python/cpython3/Objects/ |
D | call.c | 843 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/ |
D | function.rs | 444 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 2457 is_method, argument 2527 def is_method(self): member in FunctionSpec
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 1596 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/ |
D | abg-dwarf-reader.cc | 13096 class_or_union_sptr is_method, in build_function_type() 14191 class_or_union_sptr is_method = in build_function_decl() local
|
D | abg-ir.cc | 17385 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
|