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