Home
last modified time | relevance | path

Searched refs:is_ok (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/idmap2/include/idmap2/
DResult.h75 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