Searched defs:AutoRestoreBool (Results 1 – 3 of 3) sorted by relevance
188 struct AutoRestoreBool { struct192 AutoRestoreBool(bool*); argument
36 AutoRestoreBool::AutoRestoreBool(bool* ptr) in AutoRestoreBool() function in AutoRestoreBool
206 impl Drop for bindings::AutoRestoreBool { implementation