Searched refs:is_ok (Results 1 – 1 of 1) sorted by relevance
75 bool is_ok() const;99 return is_ok();104 CHECK(is_ok()) << "Result<T>::operator* called in ERROR state";110 CHECK(is_ok()) << "Result<T>::operator* called in ERROR state";116 CHECK(is_ok()) << "Result<T>::operator-> called in ERROR state";122 CHECK(is_ok()) << "Result<T>::operator-> called in ERROR state";128 CHECK(!is_ok()) << "Result<T>::GetErrorMessage called in OK state"; in GetErrorMessage()134 CHECK(!is_ok()) << "Result<T>::GetError called in OK state"; in GetError()139 inline bool Result<T>::is_ok() const { in is_ok() function