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