Searched defs:__call (Results 1 – 4 of 4) sorted by relevance
/external/bcc/src/lua/bcc/vendor/ |
D | argparse.lua | 66 function cl.__call(self, ...) function 100 function class_metatable.__call(self, ...) function 771 function ElementState:__call(state, element) function 906 function ParseState:__call(parser, error_handler) function
|
D | middleclass.lua | 176 setmetatable(middleclass, { __call = function(_, ...) return middleclass.class(...) end }) function
|
/external/bcc/src/lua/bpf/ |
D | bpf.lua | 1240 __call = function (t, op, a, b, c, d) function 1629 __call = function (_, prog) return compile(prog) end, function
|
/external/autotest/client/cros/ |
D | cryptohome.py | 698 def __call(self, method, *args): member in CryptohomeProxy
|