Searched defs:errc (Results 1 – 7 of 7) sorted by relevance
496 struct errc { struct497 enum _ {621 errc(_ v) : v_(v) {} in errc() function
36 enum class errc { enum
203 errc <-chan error member
8 struct errc { struct9 int v_;10 operator int() const {return v_;} in operator int()
416 for (auto errc : errors) { in ErrorIsImp() local