Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dosxlocale.cxx41 explicit CFGuard(T& rT) : rT_(rT) {} in CFGuard()
42 ~CFGuard() { if (rT_) CFRelease(rT_); } in ~CFGuard()
44 T& rT_; member in __anon5694d1af0111::CFGuard
/trunk/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx108 explicit CFGuard(T& rT) : rT_(rT) {} in CFGuard()
109 ~CFGuard() { if (rT_) CFRelease(rT_); } in ~CFGuard()
111 T& rT_; member in __anon22113b1e0111::CFGuard

Completed in 14 milliseconds