Home
last modified time | relevance | path

Searched refs:postVisit (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocumentVisitorBase.java47 public void postVisit(Types types) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
51 public void postVisit(Message message) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
57 public void postVisit(PortType portType) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
61 public void postVisit(Operation operation) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
65 public void postVisit(Input input) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
69 public void postVisit(Output output) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
73 public void postVisit(Fault fault) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
77 public void postVisit(Binding binding) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
85 public void postVisit(BindingInput input) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
97 public void postVisit(Service service) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
[all …]
H A DWSDLDocumentVisitor.java41 public void postVisit(Types types) throws Exception; in postVisit() method
43 public void postVisit(Message message) throws Exception; in postVisit() method
46 public void postVisit(PortType portType) throws Exception; in postVisit() method
50 public void postVisit(Input input) throws Exception; in postVisit() method
52 public void postVisit(Output output) throws Exception; in postVisit() method
54 public void postVisit(Fault fault) throws Exception; in postVisit() method
56 public void postVisit(Binding binding) throws Exception; in postVisit() method
60 public void postVisit(BindingInput input) throws Exception; in postVisit() method
64 public void postVisit(BindingFault fault) throws Exception; in postVisit() method
66 public void postVisit(Service service) throws Exception; in postVisit() method
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocumentVisitor.java41 public void postVisit(Types types) throws Exception; in postVisit() method
43 public void postVisit(Message message) throws Exception; in postVisit() method
46 public void postVisit(PortType portType) throws Exception; in postVisit() method
50 public void postVisit(Input input) throws Exception; in postVisit() method
52 public void postVisit(Output output) throws Exception; in postVisit() method
54 public void postVisit(Fault fault) throws Exception; in postVisit() method
56 public void postVisit(Binding binding) throws Exception; in postVisit() method
60 public void postVisit(BindingInput input) throws Exception; in postVisit() method
64 public void postVisit(BindingFault fault) throws Exception; in postVisit() method
66 public void postVisit(Service service) throws Exception; in postVisit() method
[all …]
H A DWSDLDocumentVisitorBase.java47 public void postVisit(Types types) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
51 public void postVisit(Message message) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
57 public void postVisit(PortType portType) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
61 public void postVisit(Operation operation) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
65 public void postVisit(Input input) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
69 public void postVisit(Output output) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
73 public void postVisit(Fault fault) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
77 public void postVisit(Binding binding) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
85 public void postVisit(BindingInput input) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
97 public void postVisit(Service service) throws Exception { in postVisit() method in WSDLDocumentVisitorBase
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DExtendedModelVisitor.java70 postVisit(request); in visit()
94 postVisit(response); in visit()
103 postVisit(fault); in visit()
105 postVisit(operation); in visit()
108 postVisit(port); in visit()
110 postVisit(service); in visit()
112 postVisit(model); in visit()
121 protected void postVisit(Model model) throws Exception {} in postVisit() method in ExtendedModelVisitor
123 protected void postVisit(Service service) throws Exception {} in postVisit() method in ExtendedModelVisitor
125 protected void postVisit(Port port) throws Exception {} in postVisit() method in ExtendedModelVisitor
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DExtendedModelVisitor.java70 postVisit(request); in visit()
94 postVisit(response); in visit()
103 postVisit(fault); in visit()
105 postVisit(operation); in visit()
108 postVisit(port); in visit()
110 postVisit(service); in visit()
112 postVisit(model); in visit()
121 protected void postVisit(Model model) throws Exception {} in postVisit() method in ExtendedModelVisitor
123 protected void postVisit(Service service) throws Exception {} in postVisit() method in ExtendedModelVisitor
125 protected void postVisit(Port port) throws Exception {} in postVisit() method in ExtendedModelVisitor
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
229 if (visit && postVisit) in traverseSwizzle()
267 if (visit && postVisit) in traverseBinary()
328 if (visit && postVisit) in traverseBinary()
349 if (visit && postVisit) in traverseUnary()
382 if (visit && postVisit) in traverseUnary()
408 if (visit && postVisit) in traverseFunctionDefinition()
440 if (visit && postVisit) in traverseBlock()
460 if (postVisit) in traverseInvariantDeclaration()
492 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp112 postVisit(postVisit), in TIntermTraverser()
301 if (visit && postVisit) in traverseSwizzle()
339 if (visit && postVisit) in traverseBinary()
400 if (visit && postVisit) in traverseBinary()
421 if (visit && postVisit) in traverseUnary()
454 if (visit && postVisit) in traverseUnary()
480 if (visit && postVisit) in traverseFunctionDefinition()
512 if (visit && postVisit) in traverseBlock()
532 if (postVisit) in traverseInvariantDeclaration()
564 if (visit && postVisit) in traverseDeclaration()
[all …]

12345678910>>...13