Home
last modified time | relevance | path

Searched refs:_cast (Results 126 – 150 of 487) sorted by relevance

12345678910>>...20

/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dcpp.vim27 syn match cppCast "\<\(const\|static\|dynamic\|reinterpret\)_cast\s*<"me=e-1
28 syn match cppCast "\<\(const\|static\|dynamic\|reinterpret\)_cast\s*$"
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/
H A D__init__.py431 _cast = PYFUNCTYPE(py_object, c_void_p, py_object)(_cast_addr) variable
434 result = _cast(obj, typ)
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dcpp.vim27 syn match cppCast "\<\(const\|static\|dynamic\|reinterpret\)_cast\s*<"me=e-1
28 syn match cppCast "\<\(const\|static\|dynamic\|reinterpret\)_cast\s*$"
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-ir/src/
H A Dcast.rs328 _cast: PhantomData<U>, field
359 _cast: PhantomData, in casted()
/dports/devel/py-persistent/persistent-4.7.0/persistent/
H A Dpicklecache.py93 self._cast = ctypes.cast
102 return self._cast(addr, self._py_object).value
/dports/security/py-stix/python-stix-1.2.0.11/stix/bindings/
H A Dttp.py46 self.idref = _cast(None, idref)
47 self.capec_id = _cast(None, capec_id)
48 self.id = _cast(None, id)
181 self.idref = _cast(None, idref)
182 self.id = _cast(None, id)
333 self.idref = _cast(None, idref)
334 self.id = _cast(None, id)
450 self.idref = _cast(None, idref)
451 self.id = _cast(None, id)
1268 self.version = _cast(None, version)
H A Dindicator.py107 self.operator = _cast(None, operator)
229 self.idref = _cast(None, idref)
230 self.id = _cast(None, id)
332 self.sightings_count = _cast(int, sightings_count)
418 self.timestamp = _cast(None, timestamp)
419 self.timestamp_precision = _cast(None, timestamp_precision)
844 self.negate = _cast(bool, negate)
845 self.version = _cast(None, version)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DTree.java123 write(ct._cast(ContentModelContainer.class), false, false); in write()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DTree.java123 write(ct._cast(ContentModelContainer.class), false, false); in write()
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-the.cpp1552 if (sprite->_cast->_type == kCastDigitalVideo) in setTheSprite()
1553 ((DigitalVideoCastMember *)sprite->_cast)->setMovieRate(channel->_movieRate); in setTheSprite()
1559 if (sprite->_cast->_type == kCastDigitalVideo) in setTheSprite()
1560 ((DigitalVideoCastMember *)sprite->_cast)->seekMovie(channel->_movieTime); in setTheSprite()
1579 if (sprite->_cast->_type == kCastDigitalVideo) in setTheSprite()
1580 ((DigitalVideoCastMember *)sprite->_cast)->seekMovie(channel->_startTime); in setTheSprite()
1586 if (sprite->_cast->_type == kCastDigitalVideo) in setTheSprite()
1587 ((DigitalVideoCastMember *)sprite->_cast)->setStopTime(channel->_stopTime); in setTheSprite()
/dports/devel/doxygen/doxygen-1.9.3/addon/doxmlparser/doxmlparser/
H A Dindex.py962 def _cast(typ, value): function
1016 self.version = _cast(None, version)
1018 self.lang = _cast(None, lang)
1142 self.refid = _cast(None, refid)
1144 self.kind = _cast(None, kind)
1299 self.refid = _cast(None, refid)
1301 self.kind = _cast(None, kind)
H A Dcompound.py962 def _cast(typ, value): function
1358 self.id = _cast(None, id)
3435 self.id = _cast(None, id)
5238 self.id = _cast(None, id)
6306 self.id = _cast(None, id)
7769 self.id = _cast(None, id)
7990 self.id = _cast(None, id)
8211 self.id = _cast(None, id)
8432 self.id = _cast(None, id)
14794 self.id = _cast(None, id)
[all …]
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/bindings/
H A Dnetwork_socket_object.py364 self.datatype = _cast(None, datatype)
438 self.datatype = _cast(None, datatype)
512 self.datatype = _cast(None, datatype)
586 self.datatype = _cast(None, datatype)
658 self.is_blocking = _cast(bool, is_blocking)
659 self.is_listening = _cast(bool, is_listening)
H A Dwin_service_object.py94 self.datatype = _cast(None, datatype)
168 self.datatype = _cast(None, datatype)
242 self.datatype = _cast(None, datatype)
314 self.service_dll_signature_verified = _cast(bool, service_dll_signature_verified)
315 self.service_dll_signature_exists = _cast(bool, service_dll_signature_exists)
H A Dcode_object.py23 self.xor_pattern = _cast(None, xor_pattern)
164 self.datatype = _cast(None, datatype)
238 self.datatype = _cast(None, datatype)
312 self.datatype = _cast(None, datatype)
386 self.datatype = _cast(None, datatype)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/amazon/
H A Damazon_game.cpp40 _cast = nullptr; in AmazonEngine()
82 delete _cast; in ~AmazonEngine()
105 _cast = new Cast(this); in initObjects()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/googleapiclient/
H A Ddiscovery.py346 def _cast(value, schema_type): function
722 cast_value = [_cast(x, to_type) for x in value]
724 cast_value = _cast(value, to_type)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/apiclient/googleapiclient/
H A Ddiscovery.py294 def _cast(value, schema_type): function
670 cast_value = [_cast(x, to_type) for x in value]
672 cast_value = _cast(value, to_type)
/dports/games/scummvm/scummvm-2.5.1/engines/access/amazon/
H A Damazon_game.cpp40 _cast = nullptr; in AmazonEngine()
82 delete _cast; in ~AmazonEngine()
105 _cast = new Cast(this); in initObjects()
/dports/lang/python37/Python-3.7.12/Lib/ctypes/
H A D__init__.py496 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
498 return _cast(obj, obj, typ)
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/frontend/
H A Dnnvm_common.py94 def _cast(inputs, attrs): function
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/frontend/
H A Dnnvm_common.py94 def _cast(inputs, attrs): function
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/arg_parse/
H A Darg_parse_type_support.h99 inline TTarget _cast(TString const s) in _cast() function
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/arg_parse/
H A Darg_parse_type_support.h99 inline TTarget _cast(TString const s) in _cast() function
/dports/biology/py-ete3/ete3-3.1.2/ete3/nexml/
H A D_nexml.py386 def _cast(typ, value): function
546 self.href = _cast(None, href)
547 self.rel = _cast(None, rel)
4281 self.id = _cast(None, id)
7396 self.otu = _cast(None, otu)
7472 self.otu = _cast(None, otu)
8386 self.id = _cast(None, id)
8874 self.id = _cast(None, id)
9323 self.id = _cast(None, id)
9998 self.id = _cast(None, id)
[all …]

12345678910>>...20