Home
last modified time | relevance | path

Searched defs:CheckError (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/testing/quick/
Dquick.go228 type CheckError struct { struct
229 Count int
230 In []any
233 func (s *CheckError) Error() string {
239 CheckError anonMember
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcomutil.h47 inline void CheckError(HRESULT hr) throw() { in CheckError() function