Home
last modified time | relevance | path

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

/dports/devel/R-cran-R6/R6/tests/testthat/
H A Dtest-clone.R672 a_addx = function(val) self$x + 100 activeBindingFunc in c.c2.C1
715 a_addx = function(val) super$a_addx + self$x + 1000 activeBindingFunc in c.c2.C2_override
781 a_addx = function(val) super$a_addx + self$x + 10000 activeBindingFunc in C3_inherit_override
815 a_addx = function(val) super$a_addx + self$x + 10000 activeBindingFunc in C3_override_override
883 a_addx = function(val) x + 100 activeBindingFunc in C1
928 a_addx = function(val) super$a_addx + x + 1000 activeBindingFunc in C2_override
996 a_addx = function(val) super$a_addx + x + 10000 activeBindingFunc in C3_inherit_override
1031 a_addx = function(val) super$a_addx + x + 10000 activeBindingFunc in C3_override_override