Searched defs:__le (Results 1 – 3 of 3) sorted by relevance
205 t.__le = function (a,b,c) function239 t.__le = function (a,b) function
290 __le = function(a,b) coroutine.yield(nil, "le"); return a - b <= 0 end, function
49 enum __comparison_t { __le, __ge } __comparison; enumerator