Searched defs:StreamGuard (Results 1 – 1 of 1) sorted by relevance
27 struct StreamGuard { struct33 explicit StreamGuard(Stream stream) : guard_(stream) {} in StreamGuard() argument37 StreamGuard& operator=(const StreamGuard&) = delete; argument42 StreamGuard& operator=(StreamGuard&& other) = delete; argument55 void reset_stream(Stream stream) { in reset_stream()83 c10::impl::InlineStreamGuard<impl::VirtualGuardImpl> guard_; argument