Home
last modified time | relevance | path

Searched defs:cast_ (Results 1 – 16 of 16) sorted by relevance

/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/
H A Dcasts.tcl41 proc ::Casts::open {cast_} { argument
60 proc ::Casts::design {cast_} { argument
/dports/math/stanmath/math-4.2.0/stan/math/opencl/kernel_generator/
H A Dcast.hpp32 class cast_ : public operation_cl<cast_<Scal, T>, Scal, T> { class
42 explicit cast_(T&& arg) : base(std::forward<T>(arg)) {} in cast_() function in stan::math::cast_
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/
H A Dsystem_notification_controller.h38 const std::unique_ptr<CastNotificationController> cast_; variable
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/src/
H A Dinheritance.cpp206 class_id src, class_id target, cast_function cast_) in insert()
237 void cast_graph::insert(class_id src, class_id target, cast_function cast_) in insert()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dzalloc.h116 #define ZALLOC_ARRAY_OR_DIE(cast_,label_,size_,tag_) MALLOC_OR_DIE(cast_,label_,size_,tag_);assert(… argument
H A Dsys_types.h710 #define MALLOC_OR_DIE(cast_,target_,size_,tag_) if(((target_)=(cast_)malloc(size_))!=NULL){memset((… argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.h269 media_router::CastToolbarButton* cast_ = nullptr; variable
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/
H A Ddassert.d208 enum cast_ = "cast(" ~ V.stringof ~ ")"; in miniFormat() local
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsVariant.cpp735 #define CASE__SMPRINTF_NUMBER(type_, format_, cast_, member_) \ in ToString() argument
1105 #define DATA_SETTER_WITH_CAST(type_, member_, cast_, value_) \ argument
1116 #define CASE__SET_FROM_VARIANT_VTYPE__GETTER_CAST(cast_, member_, name_) \ argument
1132 #define CASE__SET_FROM_VARIANT_VTYPE_CAST(type_, cast_, member_, name_) \ argument
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsVariant.cpp735 #define CASE__SMPRINTF_NUMBER(type_, format_, cast_, member_) \ in ToString() argument
1105 #define DATA_SETTER_WITH_CAST(type_, member_, cast_, value_) \ argument
1116 #define CASE__SET_FROM_VARIANT_VTYPE__GETTER_CAST(cast_, member_, name_) \ argument
1132 #define CASE__SET_FROM_VARIANT_VTYPE_CAST(type_, cast_, member_, name_) \ argument
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsVariant.cpp732 #define CASE__SMPRINTF_NUMBER(type_, format_, cast_, member_) \ in ToString() argument
1102 #define DATA_SETTER_WITH_CAST(type_, member_, cast_, value_) \ argument
1113 #define CASE__SET_FROM_VARIANT_VTYPE__GETTER_CAST(cast_, member_, name_) \ argument
1129 #define CASE__SET_FROM_VARIANT_VTYPE_CAST(type_, cast_, member_, name_) \ argument
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsVariant.cpp735 #define CASE__SMPRINTF_NUMBER(type_, format_, cast_, member_) \ in ToString() argument
1105 #define DATA_SETTER_WITH_CAST(type_, member_, cast_, value_) \ argument
1116 #define CASE__SET_FROM_VARIANT_VTYPE__GETTER_CAST(cast_, member_, name_) \ argument
1132 #define CASE__SET_FROM_VARIANT_VTYPE_CAST(type_, cast_, member_, name_) \ argument
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsVariant.cpp745 #define CASE__SMPRINTF_NUMBER(type_, format_, cast_, member_) \ in ToString() argument
1120 #define DATA_SETTER_WITH_CAST(type_, member_, cast_, value_) \ argument
1131 #define CASE__SET_FROM_VARIANT_VTYPE__GETTER_CAST(cast_, member_, name_) \ argument
1147 #define CASE__SET_FROM_VARIANT_VTYPE_CAST(type_, cast_, member_, name_) \ argument
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DnsVariant.cpp807 #define CASE__SMPRINTF_NUMBER(type_, format_, cast_, member_) \ in ToString() argument
1210 #define DATA_SETTER_WITH_CAST(type_, member_, cast_, value_) \ argument
1224 #define CASE__SET_FROM_VARIANT_VTYPE__GETTER_CAST(cast_, member_, name_) \ argument
1240 #define CASE__SET_FROM_VARIANT_VTYPE_CAST(type_, cast_, member_, name_) \ argument
/dports/devel/py-orange-widget-base/orange-widget-base-4.13.0/orangewidget/utils/
H A Ditemdelegates.py143 def cast_(type_: Type[A], value: Any) -> Optional[A]: function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dtokens.d42 cast_, enumerator