dummy_ | testing::ThrowingValue< Spec > | private |
Get() noexcept | testing::ThrowingValue< Spec > | inline |
Get() const noexcept | testing::ThrowingValue< Spec > | inline |
GetInstanceString(int dummy) | testing::ThrowingValue< Spec > | inlineprivatestatic |
IsSpecified(TypeSpec spec) | testing::ThrowingValue< Spec > | inlineprivatestatic |
kBadValue | testing::ThrowingValue< Spec > | privatestatic |
kDefaultValue | testing::ThrowingValue< Spec > | privatestatic |
operator delete(void *p) noexcept | testing::ThrowingValue< Spec > | inline |
operator delete(void *p, Args &&...args) noexcept | testing::ThrowingValue< Spec > | inline |
operator delete[](void *p) noexcept | testing::ThrowingValue< Spec > | inline |
operator delete[](void *p, Args &&...args) noexcept | testing::ThrowingValue< Spec > | inline |
operator new(size_t s, Args &&...args) noexcept(IsSpecified(TypeSpec::kNoThrowNew)) | testing::ThrowingValue< Spec > | inlinestatic |
operator new[](size_t s, Args &&...args) noexcept(IsSpecified(TypeSpec::kNoThrowNew)) | testing::ThrowingValue< Spec > | inlinestatic |
operator!() const | testing::ThrowingValue< Spec > | inline |
operator!=(const ThrowingValue &a, const ThrowingValue &b) | testing::ThrowingValue< Spec > | friend |
operator%(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator%=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator&(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator&() const =delete | testing::ThrowingValue< Spec > | |
operator&&(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator&=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator*(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator*=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator+(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator+() const | testing::ThrowingValue< Spec > | inline |
operator++() | testing::ThrowingValue< Spec > | inline |
operator++(int) | testing::ThrowingValue< Spec > | inline |
operator+=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator-(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator-() const | testing::ThrowingValue< Spec > | inline |
operator--() | testing::ThrowingValue< Spec > | inline |
operator--(int) | testing::ThrowingValue< Spec > | inline |
operator-=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator/(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator/=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator<(const ThrowingValue &a, const ThrowingValue &b) | testing::ThrowingValue< Spec > | friend |
operator<<(int shift) const | testing::ThrowingValue< Spec > | inline |
operator<<(std::ostream &os, const ThrowingValue &tv) | testing::ThrowingValue< Spec > | friend |
operator<<=(int shift) | testing::ThrowingValue< Spec > | inline |
operator<=(const ThrowingValue &a, const ThrowingValue &b) | testing::ThrowingValue< Spec > | friend |
operator=(const ThrowingValue &other) noexcept(IsSpecified(TypeSpec::kNoThrowCopy)) | testing::ThrowingValue< Spec > | inline |
operator=(ThrowingValue &&other) noexcept(IsSpecified(TypeSpec::kNoThrowMove)) | testing::ThrowingValue< Spec > | inline |
operator==(const ThrowingValue &a, const ThrowingValue &b) | testing::ThrowingValue< Spec > | friend |
operator>(const ThrowingValue &a, const ThrowingValue &b) | testing::ThrowingValue< Spec > | friend |
operator>=(const ThrowingValue &a, const ThrowingValue &b) | testing::ThrowingValue< Spec > | friend |
operator>>(int shift) const | testing::ThrowingValue< Spec > | inline |
operator>>(std::istream &is, const ThrowingValue &) | testing::ThrowingValue< Spec > | friend |
operator>>=(int shift) | testing::ThrowingValue< Spec > | inline |
operator^(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator^=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator|(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator|=(const ThrowingValue &other) | testing::ThrowingValue< Spec > | inline |
operator||(const ThrowingValue &other) const | testing::ThrowingValue< Spec > | inline |
operator~() const | testing::ThrowingValue< Spec > | inline |
ThrowingValue() | testing::ThrowingValue< Spec > | inline |
ThrowingValue(const ThrowingValue &other) noexcept(IsSpecified(TypeSpec::kNoThrowCopy)) | testing::ThrowingValue< Spec > | inline |
ThrowingValue(ThrowingValue &&other) noexcept(IsSpecified(TypeSpec::kNoThrowMove)) | testing::ThrowingValue< Spec > | inline |
ThrowingValue(int i) | testing::ThrowingValue< Spec > | inlineexplicit |
ThrowingValue(int i, exceptions_internal::NoThrowTag) noexcept | testing::ThrowingValue< Spec > | inline |
TrackedObject(const TrackedObject &)=delete | testing::exceptions_internal::TrackedObject | private |
TrackedObject(TrackedObject &&)=delete | testing::exceptions_internal::TrackedObject | private |
TrackedObject(std::string description) | testing::exceptions_internal::TrackedObject | inlineexplicitprivate |
~ThrowingValue() noexcept=default | testing::ThrowingValue< Spec > | |
~TrackedObject() noexcept | testing::exceptions_internal::TrackedObject | inlineprivate |