Searched refs:__gc (Results 1 – 6 of 6) sorted by relevance
53 public __gc class ServiceRef;132 public __gc class DNSServiceException158 public __gc class RecordRef189 public __gc class ServiceRef : public IDisposable449 public __gc class TextRecord564 ) __gc[];628 ) __gc[];683 ) __gc[];687 public __abstract __gc class DNSService
25 __gc class PString
45 return __gc new String(utf8String, 0, strlen(utf8String), __gc new UTF8Encoding(true, true)); in ConvertToString()1098 ) __gc[]1136 ) __gc[]1176 ) __gc[]
182 __gc = function (t) t:close() end, function
1393 __gc = function (map) S.close(map.fd) end, function
353 setmetatable({}, { __gc = fn })357 getmetatable(newproxy(true)).__gc = fn