Home
last modified time | relevance | path

Searched refs:delegate_type (Results 1 – 25 of 88) sorted by relevance

1234

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade/
H A DHandlerNotFoundExeception.cs36 Type delegate_type; field in Glade.HandlerNotFoundException
39 EventInfo evnt, Type delegate_type) in HandlerNotFoundException() argument
40 : this (handler_name, signal_name, evnt, delegate_type, null) in HandlerNotFoundException()
45 EventInfo evnt, Type delegate_type, Exception inner) in HandlerNotFoundException() argument
52 this.delegate_type = delegate_type; in HandlerNotFoundException()
56 EventInfo evnt, Type delegate_type) in HandlerNotFoundException() argument
63 this.delegate_type = delegate_type; in HandlerNotFoundException()
72 delegate_type = info.GetValue ("DelegateType", typeof (Type)) as Type; in HandlerNotFoundException()
99 return delegate_type;
109 info.AddValue ("DelegateType", delegate_type); in GetObjectData()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DBuilder.cs39 Type delegate_type; field in Gtk.Builder.HandlerNotFoundException
42 System.Reflection.EventInfo evnt, Type delegate_type) in HandlerNotFoundException() argument
43 : this (handler_name, signal_name, evnt, delegate_type, null) in HandlerNotFoundException()
55 this.delegate_type = delegate_type; in HandlerNotFoundException()
59 System.Reflection.EventInfo evnt, Type delegate_type) in HandlerNotFoundException() argument
66 this.delegate_type = delegate_type; in HandlerNotFoundException()
75 delegate_type = info.GetValue ("DelegateType", typeof (Type)) as Type; in HandlerNotFoundException()
102 return delegate_type;
112 info.AddValue ("DelegateType", delegate_type); in GetObjectData()
257 Type delegate_type = addpi[0].ParameterType; in ConnectFunc()
[all …]
/dports/x11-toolkits/gtk-sharp-beans/gtk-sharp-beans-2.14.1/Gtk.Customs/
H A DBuilder.custom30 Type delegate_type;
33 System.Reflection.EventInfo evnt, Type delegate_type)
34 : this (handler_name, signal_name, evnt, delegate_type, null)
46 this.delegate_type = delegate_type;
50 System.Reflection.EventInfo evnt, Type delegate_type)
57 this.delegate_type = delegate_type;
66 delegate_type = info.GetValue ("DelegateType", typeof (Type)) as Type;
93 return delegate_type;
103 info.AddValue ("DelegateType", delegate_type);
248 Type delegate_type = addpi[0].ParameterType;
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DBuilder.custom33 Type delegate_type;
36 System.Reflection.EventInfo evnt, Type delegate_type)
37 : this (handler_name, signal_name, evnt, delegate_type, null)
49 this.delegate_type = delegate_type;
53 System.Reflection.EventInfo evnt, Type delegate_type)
60 this.delegate_type = delegate_type;
69 delegate_type = info.GetValue ("DelegateType", typeof (Type)) as Type;
96 return delegate_type;
106 info.AddValue ("DelegateType", delegate_type);
251 Type delegate_type = addpi[0].ParameterType;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Danonymous.cs1022 if (delegate_type.IsDelegate) in CompatibleChecks()
1023 return delegate_type; in CompatibleChecks()
1025 if (delegate_type.IsExpressionTreeType) { in CompatibleChecks()
1026 delegate_type = delegate_type.TypeArguments [0]; in CompatibleChecks()
1027 if (delegate_type.IsDelegate) in CompatibleChecks()
1028 return delegate_type; in CompatibleChecks()
1113 if (!delegate_type.IsDelegate) { in ExplicitTypeInference()
1117 delegate_type = TypeManager.GetTypeArguments (delegate_type) [0]; in ExplicitTypeInference()
1118 if (!delegate_type.IsDelegate) in ExplicitTypeInference()
1205 if (delegate_type == null) in Compatible()
[all …]
H A Dlambda.cs32 protected override Expression CreateExpressionTree (ResolveContext ec, TypeSpec delegate_type) in CreateExpressionTree() argument
50 new TypeArguments (new TypeExpression (delegate_type, loc)), in CreateExpressionTree()
137 ParametersBlock block, TypeSpec return_type, TypeSpec delegate_type, in LambdaMethod() argument
139 : base (parameters, block, return_type, delegate_type, loc) in LambdaMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeDelegateCreateExpressionCas.cs68 CodeTypeReference delegate_type = new CodeTypeReference ("System.Int32"); in Constructor1_Deny_Unrestricted()
71 …CodeDelegateCreateExpression cdce = new CodeDelegateCreateExpression (delegate_type, target, metho… in Constructor1_Deny_Unrestricted()
72 Assert.AreSame (delegate_type, cdce.DelegateType, "DelegateType"); in Constructor1_Deny_Unrestricted()
/dports/biology/lamarc/lamarc-2.1.8/boost/iostreams/device/
H A Dmapped_file.hpp142 typedef mapped_file_source delegate_type; typedef in boost::iostreams::mapped_file
143 delegate_type delegate_;
155 BOOST_STATIC_CONSTANT(size_type, max_length = delegate_type::max_length);
179 operator delegate_type::safe_bool() const { return delegate_; } in operator delegate_type::safe_bool()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodememberaccessmodule.vala34 var delegate_type = expr.value_type as DelegateType;
124 delegate_type = expr.target_type as DelegateType;
337 …if (delegate_type != null && get_ccode_delegate_target (prop) && delegate_type.delegate_symbol.has…
463 } else if (delegate_type != null && delegate_type.delegate_symbol.has_target) {
465 if (delegate_type.is_disposable ()) {
478 } else if (delegate_type != null && delegate_type.delegate_symbol.has_target) {
540 } else if (delegate_type != null && delegate_type.delegate_symbol.has_target) {
549 if (delegate_type != null && delegate_type.delegate_symbol.has_target) {
551 if (delegate_type.is_disposable ()) {
579 …if (get_ccode_delegate_target (param) && delegate_type != null && delegate_type.delegate_symbol.ha…
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/devel/hyperscan/boost_1_75_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in pdalboost::iostreams::detail::chainbuf
90 delegate_type& delegate() in delegate()
91 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/devel/R-cran-BH/BH/inst/include/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
90 delegate_type& delegate() in delegate()
91 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
90 delegate_type& delegate() in delegate()
91 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/databases/xtrabackup/boost_1_59_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
90 delegate_type& delegate() in delegate()
91 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/databases/percona57-server/boost_1_59_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
90 delegate_type& delegate() in delegate()
91 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/databases/percona57-client/boost_1_59_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
90 delegate_type& delegate() in delegate()
91 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/devel/boost-libs/boost_1_72_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/devel/boost-python-libs/boost_1_72_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
87 delegate_type& delegate() in delegate()
88 { return static_cast<delegate_type&>(chain_.front()); } in delegate()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/iostreams/detail/streambuf/
H A Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type; typedef in boost::iostreams::detail::chainbuf
90 delegate_type& delegate() in delegate()
91 { return static_cast<delegate_type&>(chain_.front()); } in delegate()

1234