Home
last modified time | relevance | path

Searched refs:_ownership (Results 1 – 18 of 18) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLandSetRightsAction.cpp33 , _ownership(ownership) in LandSetRightsAction()
40 , _ownership(ownership) in LandSetRightsAction()
53 stream << DS_TAG(_range) << DS_TAG(_setting) << DS_TAG(_ownership); in Serialise()
160 if (_ownership == surfaceElement->GetOwnership()) in map_buy_land_rights_for_tile()
171 if (_ownership == OWNERSHIP_OWNED || _ownership == OWNERSHIP_AVAILABLE) in map_buy_land_rights_for_tile()
176 …if (_ownership == OWNERSHIP_CONSTRUCTION_RIGHTS_OWNED || _ownership == OWNERSHIP_CONSTRUCTION_RIGH… in map_buy_land_rights_for_tile()
189 if (_ownership != OWNERSHIP_UNOWNED) in map_buy_land_rights_for_tile()
199 surfaceElement->SetOwnership(_ownership); in map_buy_land_rights_for_tile()
H A DLandSetRightsAction.h29 uint8_t _ownership{};
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/utils/posix/
H A Dsemaphore.cpp21 _ownership(ownership), in PosixSemaphore()
28 if (_ownership) { in ~PosixSemaphore()
53 bool _ownership; member in pangolin::PosixSemaphore
H A Dshared_memory_buffer.cpp24 _ownership(ownership), in PosixSharedMemoryBuffer()
35 if (_ownership) { in ~PosixSharedMemoryBuffer()
81 bool _ownership; member in pangolin::PosixSharedMemoryBuffer
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Dscoreelement.h56 Ownership _ownership;
68 : QObject(), _ownership(own), e(_e) {} in QObject()
73 Ownership ownership() const { return _ownership; } in ownership()
74 void setOwnership(Ownership o) { _ownership = o; } in setOwnership()
H A Dscoreelement.cpp29 if (_ownership == Ownership::PLUGIN) in ~ScoreElement()
127 if (_ownership == Ownership::SCORE) { in set()
/dports/archivers/pear-Horde_Compress/Horde_Compress-2.2.3/lib/Horde/Compress/Tnef/
H A DVTodo.php158 protected $_ownership; variable in Horde_Compress_Tnef_VTodo
346 $this->_ownership = $value;
401 …if ($this->_state == self::STATE_ASSIGNERS_COPY || $this->_ownership == self::OWNERSHIP_ASSIGNERS_…
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Compress/Horde/Compress/Tnef/
H A DVTodo.php158 protected $_ownership; variable in Horde_Compress_Tnef_VTodo
346 $this->_ownership = $value;
401 …if ($this->_state == self::STATE_ASSIGNERS_COPY || $this->_ownership == self::OWNERSHIP_ASSIGNERS_…
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/
H A Dstructuredclone.rs164 _ownership: *mut TransferableOwnership, in write_transfer_callback()
172 _ownership: TransferableOwnership, in free_transfer_callback()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/
H A Dtypesystem_ownership.rst63 .. _ownership-virt-method:
80 .. _ownership-parent:
91 .. _ownership-parent-heuristics:
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/
H A Dtypesystem_ownership.rst63 .. _ownership-virt-method:
80 .. _ownership-parent:
91 .. _ownership-parent-heuristics:
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/
H A Dtypesystem_ownership.rst63 .. _ownership-virt-method:
80 .. _ownership-parent:
91 .. _ownership-parent-heuristics:
/dports/devel/simgear/simgear-2020.3.11/simgear/hla/
H A DHLAOMTXmlVisitor.hxx86 std::string _ownership; member
H A DHLAOMTXmlVisitor.cxx590 attribute->_ownership = getAttribute("ownership", atts); in startElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/memory-infra/
H A Dadding_memory_infra_tracing.md116 the allocation. This can be achieved using the concept of _ownership edges_.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/memory-infra/
H A Dadding_memory_infra_tracing.md116 the allocation. This can be achieved using the concept of _ownership edges_.
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_sftp.py255 _ownership = {} variable in _ChownSFTPServer
260 self._ownership[self.map_path(path)] = (attrs.uid, attrs.gid)
268 if path in self._ownership: # pragma: no branch
269 attrs.uid, attrs.gid = self._ownership[path]
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/
H A DChangeLog671 * Update inject\_ownership\_variables to use convert\_xml()