Home
last modified time | relevance | path

Searched refs:CFGuard (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dosxlocale.cxx38 class CFGuard class
41 explicit CFGuard(T& rT) : rT_(rT) {} in CFGuard() function in __anon907d3c980111::CFGuard
42 ~CFGuard() { if (rT_) CFRelease(rT_); } in ~CFGuard()
47 typedef CFGuard<CFArrayRef> CFArrayGuard;
48 typedef CFGuard<CFStringRef> CFStringGuard;
49 typedef CFGuard<CFPropertyListRef> CFPropertyListGuard;
/aoo42x/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx105 class CFGuard class
108 explicit CFGuard(T& rT) : rT_(rT) {} in CFGuard() function in __anonf4af97e70111::CFGuard
109 ~CFGuard() { if (rT_) CFRelease(rT_); } in ~CFGuard()
114 typedef CFGuard<CFArrayRef> CFArrayGuard;
115 typedef CFGuard<CFStringRef> CFStringGuard;
116 typedef CFGuard<CFTypeRef> CFTypeRefGuard;

Completed in 25 milliseconds