Home
last modified time | relevance | path

Searched refs:__gc (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.h53 public __gc class ServiceRef;
132 public __gc class DNSServiceException
158 public __gc class RecordRef
189 public __gc class ServiceRef : public IDisposable
449 public __gc class TextRecord
564 ) __gc[];
628 ) __gc[];
683 ) __gc[];
687 public __abstract __gc class DNSService
Ddnssd_NET.cpp45 return __gc new String(utf8String, 0, strlen(utf8String), __gc new UTF8Encoding(true, true)); in ConvertToString()
1098 ) __gc[]
1136 ) __gc[]
1176 ) __gc[]
DPString.h25 __gc class PString
/external/bcc/src/lua/bpf/
Delf.lua182 __gc = function (t) t:close() end, function
Dbpf.lua1393 __gc = function (map) S.close(map.fd) end, function