Home
last modified time | relevance | path

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

/external/bcc/src/lua/bcc/vendor/
Dargparse.lua66 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
Dmiddleclass.lua176 setmetatable(middleclass, { __call = function(_, ...) return middleclass.class(...) end }) function
/external/bcc/src/lua/bpf/
Dbpf.lua1240 __call = function (t, op, a, b, c, d) function
1629 __call = function (_, prog) return compile(prog) end, function
/external/autotest/client/cros/
Dcryptohome.py698 def __call(self, method, *args): member in CryptohomeProxy