Searched defs:ScopedTaggingDisabler (Results 1 – 1 of 1) sorted by relevance
106 struct ScopedTaggingDisabler { struct107 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); } in ScopedTaggingDisabler() function108 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler() argument