Home
last modified time | relevance | path

Searched refs:begin_method (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DOperationContractGenerationContext.cs65 this.begin_method = beginMethod; in OperationContractGenerationContext()
73 CodeMemberMethod method, begin_method, end_method; field in System.ServiceModel.Description.OperationContractGenerationContext
91 get { return begin_method; }
97 get { return begin_method != null; }
H A DOperationDescription.cs42 MethodInfo begin_method, end_method, sync_method; field in System.ServiceModel.Description.OperationDescription
69 get { return begin_method; }
70 set { begin_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
90 get { return begin_method; }
93 begin_method = value;
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/
H A Dcppclass_container.py68 …def __init__(self, cppclass, value_type, begin_method='begin', end_method='end', iterator_type='it… argument
77 self.begin_method = begin_method
233 'BEGIN_METHOD': self.begin_method,
/dports/games/spring/spring_98.0/tools/unitsync/python/pybindgen/
H A Dcppclass_container.py68 …def __init__(self, cppclass, value_type, begin_method='begin', end_method='end', iterator_type='it… argument
77 self.begin_method = begin_method
233 'BEGIN_METHOD': self.begin_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.hpp122 void begin_method();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp122 void begin_method();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp131 void begin_method();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp131 void begin_method();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp125 void begin_method();
H A DidealGraphPrinter.cpp127 begin_method(); in IdealGraphPrinter()
290 void IdealGraphPrinter::begin_method() { in begin_method() function in IdealGraphPrinter
741 begin_method(); in update_compiled_method()
H A Dcompile.hpp618 void begin_method(int level = 1) { in begin_method() function in Compile
621 _printer->begin_method(); in begin_method()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp126 void begin_method();
H A DidealGraphPrinter.cpp128 begin_method(); in IdealGraphPrinter()
291 void IdealGraphPrinter::begin_method() { in begin_method() function in IdealGraphPrinter
777 begin_method(); in update_compiled_method()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp131 void begin_method();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DidealGraphPrinter.hpp125 void begin_method();
H A DidealGraphPrinter.cpp131 begin_method(); in IdealGraphPrinter()
294 void IdealGraphPrinter::begin_method() { in begin_method() function in IdealGraphPrinter
750 begin_method(); in update_compiled_method()
H A Dcompile.hpp618 void begin_method() { in begin_method() function in Compile
621 _printer->begin_method(); in begin_method()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp132 void begin_method(Compile* compile);
H A Dcompile.hpp628 void begin_method() { in begin_method() function in Compile
630 if (_printer) _printer->begin_method(this); in begin_method()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp132 void begin_method(Compile* compile);
H A Dcompile.hpp628 void begin_method() { in begin_method() function in Compile
630 if (_printer) _printer->begin_method(this); in begin_method()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dselection.cc59 IterTypeCore (StripableList::*begin_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/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dselection.h125 IterTypeCore (StripableList::*begin_method)(),

123