Searched defs:setattr (Results 1 – 8 of 8) sorted by relevance
| /third_party/boost/libs/python/src/ |
| D | object_protocol.cpp | 29 BOOST_PYTHON_DECL void setattr(object const& target, object const& key, object const& value) in setattr() function 60 BOOST_PYTHON_DECL void setattr(object const& target, char const* key, object const& value) in setattr() function
|
| /third_party/boost/boost/python/ |
| D | object_protocol.hpp | 40 void setattr(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key… in setattr() function
|
| D | class.hpp | 330 self& setattr(char const* name, U const& x) in setattr() function in boost::python::class_
|
| /third_party/NuttX/fs/nfs/ |
| D | nfs_mount.h | 126 struct rpc_call_setattr setattr; member
|
| D | rpc.h | 382 struct SETATTR3args setattr; member 531 struct SETATTR3resok setattr; member
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| D | fuse_lowlevel.h | 245 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr, member
|
| /third_party/boost/libs/python/src/object/ |
| D | class.cpp | 655 void class_base::setattr(char const* name, object const& x) in setattr() function in boost::python::objects::class_base
|
| /third_party/python/Lib/test/ |
| D | test_dataclasses.py | 1733 def setattr(self, name, value): function
|