Home
last modified time | relevance | path

Searched refs:getFunctionParams (Results 1 – 6 of 6) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/
H A DFunctionPanel.java9 Object[] getFunctionParams(); in getFunctionParams() method
H A DScalarFunctionPanel.java157 result = currentFunc.invoke(JTSTestBuilder.controller().getGeometryA(), getFunctionParams()); in getResult()
192 public Object[] getFunctionParams() in getFunctionParams() method in ScalarFunctionPanel
H A DSpatialFunctionPanel.java460 public Object[] getFunctionParams() in getFunctionParams() method in SpatialFunctionPanel
/dports/devel/bazel-buildtools/buildtools-3.2.1/warn/
H A Dwarn_naming.go47 for _, param := range getFunctionParams(expr) {
H A Dwarn_control_flow.go507 func getFunctionParams(def *build.DefStmt) []*build.Ident { func
546 for _, ident := range getFunctionParams(def) {
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/
H A DResultController.java78 functionPanel.getFunctionParams()); in functionInvocation()