Home
last modified time | relevance | path

Searched defs:getattr (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/python/src/
Dobject_protocol.cpp13 BOOST_PYTHON_DECL object getattr(object const& target, object const& key) in getattr() function
18 BOOST_PYTHON_DECL object getattr(object const& target, object const& key, object const& default_) in getattr() function
41 BOOST_PYTHON_DECL object getattr(object const& target, char const* key) in getattr() function
49 BOOST_PYTHON_DECL object getattr(object const& target, char const* key, object const& default_) in getattr() function
/third_party/boost/boost/python/
Dobject_protocol.hpp27 object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in getattr() function
33 object getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_… in getattr() function
/third_party/ntfs-3g/include/ntfs-3g/
Dplugin.h59 int (*getattr)(ntfs_inode *ni, const REPARSE_POINT *reparse, member
/third_party/python/Lib/
Dcodecs.py404 def __getattr__(self, name, argument
653 def __getattr__(self, name, argument
738 def __getattr__(self, name, argument
856 def __getattr__(self, name, argument
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h78 int (*getattr) (const char *, struct stat *); member
Dfuse_lowlevel.h215 void (*getattr) (fuse_req_t req, fuse_ino_t ino, member
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py402 def getattr(self, obj, attribute): member in SandboxedEnvironment
Denvironment.py466 def getattr(self, obj, attribute): member in Environment
/third_party/jinja2/
Dsandbox.py402 def getattr(self, obj, attribute): member in SandboxedEnvironment
Denvironment.py466 def getattr(self, obj, attribute): member in Environment
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py380 def getattr(self, obj, attribute): member in SandboxedEnvironment
Denvironment.py425 def getattr(self, obj, attribute): member in Environment
/third_party/python/Objects/
Dmoduleobject.c716 PyObject *attr, *mod_name, *getattr; in module_getattro() local
Dtypeobject.c6753 PyObject *getattr, *getattribute, *res; in slot_tp_getattr_hook() local
/third_party/python/Objects/stringlib/
Dunicode_format.h145 getattr(PyObject *obj, SubString *name) in getattr() function
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c492 struct rpc_call_fs getattr; in nfs_bind() local
/third_party/python/Modules/
D_pickle.c172 PyObject *getattr; member