Home
last modified time | relevance | path

Searched refs:getx2 (Results 1 – 14 of 14) sorted by relevance

/dports/devel/R-cran-R6/R6/tests/testthat/
H A Dtest-nonportable-inheritance.R11 getx2 = function() x*2 method in AC
54 expect_identical(B, parent.env(environment(B$getx2))) # Inherited public method
65 expect_identical(B$getx2(), 2) # Inherited public method
248 getx2 = function() private$x method in AC
254 expect_identical(BC$new()$getx2(), 1)
261 getx2 = function() private$x() method in AC
267 expect_identical(BC$new()$getx2(), 1)
H A Dtest-portable.R43 getx2 = function() private$getx_priv(), method in AC
78 expect_identical(A$getx2(), 1) # Indirect access: private$getx_priv()
88 getx2 = function() private$getx_priv(), method in AC
H A Dtest-portable-inheritance.R11 getx2 = function() self$x*2, method in AC
68 environment(B$getx2)
69 expect_identical(B, environment(B$getx2)$self)
73 expect_identical(environment(B$getx2), environment(B$getprivateA()$getz2))
82 expect_identical(B$getx2(), 2) # Inherited public method
H A Dtest-nonportable.R43 getx2 = function() x, method in AC
70 expect_identical(A$getx2(), 1) # Implicit access: x
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/logos/
H A DMatch.cpp48 vmnx = r->getx2() - s->getx2(); in calculateInternalVariables()
H A DPointPair.hpp58 float getx2() const { return q->getx(); } in getx2() function in logos::PointPair
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dsmart_pointer_const_overload.i42 int getx2() const { return self->x; } in getx2() function
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Dsmart_pointer_const_overload_runme.py44 if b.getx2() != 2:
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Dsmart_pointer_const_overload_runme.java34 Assert(b.getx2() == 2); in test()
/dports/devel/R-cran-R6/R6/man/
H A DR6Class.Rd356 Simple$set("public", "getx2", function() self$x*2)
363 s$getx2()
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/
H A Doop.ms1902 (getx2 () (open-instance c1 "" self) x)
1908 (list (getx1 o2) (gety1 o2) (getx2 o2) (gety2 o2)))))
/dports/lang/racket/racket-8.3/src/ChezScheme/mats/
H A Doop.ms1902 (getx2 () (open-instance c1 "" self) x)
1908 (list (getx1 o2) (gety1 o2) (getx2 o2) (gety2 o2)))))
/dports/lang/chez-scheme/ChezScheme-9.5.4/mats/
H A Doop.ms1902 (getx2 () (open-instance c1 "" self) x)
1908 (list (getx1 o2) (gety1 o2) (getx2 o2) (gety2 o2)))))
/dports/graphics/swfmill/swfmill-0.3.6/src/
H A DgSWF.h487 std::int32_t getx2();