AssertionResult(const AssertionResult &other) (defined in testing::AssertionResult) | testing::AssertionResult | |
AssertionResult(const T &success, typename internal::EnableIf< !internal::ImplicitlyConvertible< T, AssertionResult >::value >::type *=NULL) (defined in testing::AssertionResult) | testing::AssertionResult | [inline, explicit] |
failure_message() const (defined in testing::AssertionResult) | testing::AssertionResult | [inline] |
message() const (defined in testing::AssertionResult) | testing::AssertionResult | [inline] |
operator bool() const (defined in testing::AssertionResult) | testing::AssertionResult | [inline] |
operator!() const (defined in testing::AssertionResult) | testing::AssertionResult | |
operator<<(const T &value) (defined in testing::AssertionResult) | testing::AssertionResult | [inline] |
operator<<(::std::ostream &(*basic_manipulator)(::std::ostream &stream)) (defined in testing::AssertionResult) | testing::AssertionResult | [inline] |
operator=(AssertionResult other) (defined in testing::AssertionResult) | testing::AssertionResult | [inline] |