This is the complete list of members for util::StatusOr< T >, including all inherited members.
CheckValueNotNull(const T &value) | util::StatusOr< T > | inlineprivate |
ConsumeValueOrDie() | util::StatusOr< T > | inline |
ok() const | util::StatusOr< T > | inline |
operator=(const StatusOr &other) | util::StatusOr< T > | inline |
operator=(const StatusOr< U > &other) | util::StatusOr< T > | |
operator=(StatusOr< U > &&other) | util::StatusOr< T > | |
operator=(const StatusOr< U > &other) | util::StatusOr< T > | inline |
operator=(StatusOr< U > &&other) | util::StatusOr< T > | inline |
status() const | util::StatusOr< T > | inline |
status_ | util::StatusOr< T > | private |
StatusOr class | util::StatusOr< T > | friend |
StatusOr() | util::StatusOr< T > | inline |
StatusOr(const Status &status) | util::StatusOr< T > | inline |
StatusOr(const T &value) | util::StatusOr< T > | inline |
StatusOr(const StatusOr &other) | util::StatusOr< T > | inline |
StatusOr(const StatusOr< U > &other) | util::StatusOr< T > | inline |
StatusOr(T &&value) | util::StatusOr< T > | inline |
StatusOr(StatusOr< U > &&other) | util::StatusOr< T > | inline |
value_ | util::StatusOr< T > | private |
ValueOrDie() const | util::StatusOr< T > | inline |