Home
last modified time | relevance | path

Searched refs:end_method (Results 1 – 25 of 78) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DOperationContractGenerationContext.cs66 this.end_method = endMethod; in OperationContractGenerationContext()
73 CodeMemberMethod method, begin_method, end_method; field in System.ServiceModel.Description.OperationContractGenerationContext
94 get { return end_method; }
H A DOperationDescription.cs42 MethodInfo begin_method, end_method, sync_method; field in System.ServiceModel.Description.OperationDescription
94 get { return end_method; }
95 set { end_method = value; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/
H A DClientOperation.cs56 MethodInfo sync_method, begin_method, end_method; field in System.ServiceModel.Dispatcher.ClientOperation
106 get { return end_method; }
109 end_method = value;
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/
H A Dcppclass_container.py39 … "%s == self->container->obj->%s()" % (self.iter_variable_name, self.container.end_method),
68 …def __init__(self, cppclass, value_type, begin_method='begin', end_method='end', iterator_type='it… argument
78 self.end_method = end_method
/dports/games/spring/spring_98.0/tools/unitsync/python/pybindgen/
H A Dcppclass_container.py39 … "%s == self->container->obj->%s()" % (self.iter_variable_name, self.container.end_method),
68 …def __init__(self, cppclass, value_type, begin_method='begin', end_method='end', iterator_type='it… argument
78 self.end_method = end_method
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/tests/
H A Dfoomodulegen_common.py139 …VectorLike2.add_container_traits(ReturnValue.new('double'), begin_method='Begin', end_method='End'…
143 begin_method='Begin', end_method='End', iterator_type='Iterator',
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp123 void end_method();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp123 void end_method();
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalamethod.vala201 Method? end_method;
1183 if (end_method == null) {
1184 end_method = new Method ("end", return_type, source_reference);
1185 end_method.access = SymbolAccessibility.PUBLIC;
1186 end_method.external = true;
1187 end_method.owner = scope;
1189 end_method.add_parameter (param.copy ());
1192 end_method.add_type_parameter (param);
1194 end_method.copy_attribute_double (this, "CCode", "async_result_pos");
1196 return end_method;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp132 void end_method();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp132 void end_method();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp126 void end_method();
H A DidealGraphPrinter.cpp324 void IdealGraphPrinter::end_method() { in end_method() function in IdealGraphPrinter
739 end_method(); in update_compiled_method()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp127 void end_method();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp132 void end_method();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp126 void end_method();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp133 void end_method();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp133 void end_method();
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dselection.cc60 IterTypeCore (StripableList::*end_method)()) in select_adjacent_stripable() argument
103 for (IterTypeCore i = (stripables.*begin_method)(); i != (stripables.*end_method)(); ++i) { in select_adjacent_stripable()
123 for (IterTypeCore s = (stripables.*begin_method)(); s != (stripables.*end_method)(); ++s) { in select_adjacent_stripable()
/dports/www/rt50/rt-5.0.2/lib/RT/Report/
H A DTickets.pm889 my $end_method = $end . 'Obj';
890 if ( $ticket->$end_method->Unix > 0 && $ticket->$start_method->Unix > 0 ) {
903 … $seconds = $ticket->$end_method->Unix - $ticket->$start_method->Unix;
1034 my $end_method = $end . 'Obj';
1035 … next unless $ticket->$end_method->Unix > 0 && $ticket->$start_method->Unix > 0;
1048 $value = $ticket->$end_method->Unix - $ticket->$start_method->Unix;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dselection.h126 IterTypeCore (StripableList::*end_method)());
/dports/lang/perl5.34/perl-5.34.0/cpan/podlators/lib/Pod/
H A DMan.pm362 } elsif (my $end_method = $self->can ("end_$method")) {
363 $self->$end_method ();
/dports/lang/perl5.30/perl-5.30.3/cpan/podlators/lib/Pod/
H A DMan.pm365 } elsif (my $end_method = $self->can ("end_$method")) {
366 $self->$end_method ();
/dports/lang/perl5.32/perl-5.32.1/cpan/podlators/lib/Pod/
H A DMan.pm362 } elsif (my $end_method = $self->can ("end_$method")) {
363 $self->$end_method ();
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/podlators/lib/Pod/
H A DMan.pm362 } elsif (my $end_method = $self->can ("end_$method")) {
363 $self->$end_method ();

1234