enum testing::AllocSpec |
Definition at line 605 of file exception_safety_testing.h.
enum testing::TypeSpec |
Definition at line 232 of file exception_safety_testing.h.
Definition at line 26 of file exception_safety_testing.cc.
constexpr TypeSpec testing::operator& | ( | TypeSpec | a, |
TypeSpec | b | ||
) |
Definition at line 48 of file exception_safety_testing.h.
constexpr AllocSpec testing::operator& | ( | AllocSpec | a, |
AllocSpec | b | ||
) |
Definition at line 58 of file exception_safety_testing.h.
void testing::operator, | ( | const ThrowingValue< Spec > & | , |
T && | |||
) |
void testing::operator, | ( | T && | , |
const ThrowingValue< Spec > & | |||
) |
constexpr TypeSpec testing::operator| | ( | TypeSpec | a, |
TypeSpec | b | ||
) |
Definition at line 43 of file exception_safety_testing.h.
constexpr AllocSpec testing::operator| | ( | AllocSpec | a, |
AllocSpec | b | ||
) |
Definition at line 53 of file exception_safety_testing.h.
testing::AssertionResult testing::TestNothrowOp | ( | const Operation & | operation | ) |
Definition at line 798 of file exception_safety_testing.h.
void testing::TestThrowingCtor | ( | Args &&... | args | ) |
Definition at line 778 of file exception_safety_testing.h.
Definition at line 22 of file exception_safety_testing.cc.
Definition at line 24 of file exception_safety_testing.cc.