Searched defs:ErrorState (Results 1 – 5 of 5) sorted by relevance
44 struct ErrorState { in popErrorScopes() struct45 SkEnumBitMask<DawnErrorType> fError; in popErrorScopes()46 int fScopeIdx; in popErrorScopes()47 DawnAsyncWait fWait; in popErrorScopes()49 ErrorState(const DawnSharedContext* sharedContext) in popErrorScopes() function
77 llvm::Error ErrorState = Error::success(); member
78 enum ErrorState : uint64_t { enum
265 public static class ErrorState { class in ErrorManager
578 class ErrorState(AutomatonException): class in Automaton