Home
last modified time | relevance | path

Searched defs:getx2 (Results 1 – 6 of 6) sorted by relevance

/dports/devel/R-cran-R6/R6/tests/testthat/
H A Dtest-nonportable-inheritance.R11 getx2 = function() x*2 method in AC
248 getx2 = function() private$x method in AC
261 getx2 = function() private$x() method in AC
H A Dtest-portable.R43 getx2 = function() private$getx_priv(), method in AC
88 getx2 = function() private$getx_priv(), method in AC
H A Dtest-nonportable.R43 getx2 = function() x, method in AC
H A Dtest-portable-inheritance.R11 getx2 = function() self$x*2, method in AC
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/logos/
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