Home
last modified time | relevance | path

Searched refs:__lt (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua178 t.__lt = function (a,b,c) function
223 t.__lt = function (a,b) function
309 t1.__lt = function () return true end function
314 t2.__lt = t1.__lt
H A Dtst.lib_table.lua198 tt = {__lt = function (a,b) return a.val < b.val end}
202 check(a, tt.__lt)
H A Dtst.lib_coroutine.lua289 __lt = function(a,b) coroutine.yield(nil, "lt"); return a.x < b.x end, function