Home
last modified time | relevance | path

Searched refs:preVisit (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocumentVisitorBase.java45 public void preVisit(Types types) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
49 public void preVisit(Message message) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
55 public void preVisit(PortType portType) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
59 public void preVisit(Operation operation) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
63 public void preVisit(Input input) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
67 public void preVisit(Output output) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
71 public void preVisit(Fault fault) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
75 public void preVisit(Binding binding) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
83 public void preVisit(BindingInput input) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
95 public void preVisit(Service service) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
[all …]
H A DWSDLDocumentVisitor.java40 public void preVisit(Types types) throws Exception; in preVisit() method
42 public void preVisit(Message message) throws Exception; in preVisit() method
45 public void preVisit(PortType portType) throws Exception; in preVisit() method
47 public void preVisit(Operation operation) throws Exception; in preVisit() method
49 public void preVisit(Input input) throws Exception; in preVisit() method
51 public void preVisit(Output output) throws Exception; in preVisit() method
53 public void preVisit(Fault fault) throws Exception; in preVisit() method
55 public void preVisit(Binding binding) throws Exception; in preVisit() method
59 public void preVisit(BindingInput input) throws Exception; in preVisit() method
65 public void preVisit(Service service) throws Exception; in preVisit() 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.java40 public void preVisit(Types types) throws Exception; in preVisit() method
42 public void preVisit(Message message) throws Exception; in preVisit() method
45 public void preVisit(PortType portType) throws Exception; in preVisit() method
47 public void preVisit(Operation operation) throws Exception; in preVisit() method
49 public void preVisit(Input input) throws Exception; in preVisit() method
51 public void preVisit(Output output) throws Exception; in preVisit() method
53 public void preVisit(Fault fault) throws Exception; in preVisit() method
55 public void preVisit(Binding binding) throws Exception; in preVisit() method
59 public void preVisit(BindingInput input) throws Exception; in preVisit() method
65 public void preVisit(Service service) throws Exception; in preVisit() method
[all …]
H A DWSDLDocumentVisitorBase.java45 public void preVisit(Types types) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
49 public void preVisit(Message message) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
55 public void preVisit(PortType portType) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
59 public void preVisit(Operation operation) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
63 public void preVisit(Input input) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
67 public void preVisit(Output output) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
71 public void preVisit(Fault fault) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
75 public void preVisit(Binding binding) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
83 public void preVisit(BindingInput input) throws Exception { in preVisit() method in WSDLDocumentVisitorBase
95 public void preVisit(Service service) throws Exception { in preVisit() 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.java41 preVisit(model); in visit()
43 preVisit(service); in visit()
45 preVisit(port); in visit()
48 preVisit(operation); in visit()
51 preVisit(request); in visit()
75 preVisit(response); in visit()
101 preVisit(fault); in visit()
120 protected void preVisit(Model model) throws Exception {} in preVisit() method in ExtendedModelVisitor
122 protected void preVisit(Service service) throws Exception {} in preVisit() method in ExtendedModelVisitor
124 protected void preVisit(Port port) throws Exception {} in preVisit() 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.java41 preVisit(model); in visit()
43 preVisit(service); in visit()
45 preVisit(port); in visit()
48 preVisit(operation); in visit()
51 preVisit(request); in visit()
75 preVisit(response); in visit()
101 preVisit(fault); in visit()
120 protected void preVisit(Model model) throws Exception {} in preVisit() method in ExtendedModelVisitor
122 protected void preVisit(Service service) throws Exception {} in preVisit() method in ExtendedModelVisitor
124 protected void preVisit(Port port) throws Exception {} in preVisit() method in ExtendedModelVisitor
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
221 if (preVisit) in traverseSwizzle()
245 if (preVisit) in traverseBinary()
280 if (preVisit) in traverseBinary()
341 if (preVisit) in traverseUnary()
359 if (preVisit) in traverseUnary()
393 if (preVisit) in traverseFunctionDefinition()
422 if (preVisit) in traverseBlock()
452 if (preVisit) in traverseInvariantDeclaration()
476 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DIntermTraverse.cpp110 : preVisit(preVisit), in TIntermTraverser()
293 if (preVisit) in traverseSwizzle()
317 if (preVisit) in traverseBinary()
352 if (preVisit) in traverseBinary()
413 if (preVisit) in traverseUnary()
431 if (preVisit) in traverseUnary()
465 if (preVisit) in traverseFunctionDefinition()
494 if (preVisit) in traverseBlock()
524 if (preVisit) in traverseInvariantDeclaration()
548 if (preVisit) in traverseDeclaration()
[all …]

12345678910>>...18