Searched defs:Cancel (Results 1 – 2 of 2) sorted by relevance
23 enum class ConfUiKeys : std::uint32_t { Confirm = 7, Cancel = 8 }; enumerator
36 void ScopeGuard::Cancel() { fn_ = nullptr; } in Cancel() function in cuttlefish::ScopeGuard