|
Wire Sysio Wire Sysion 1.0.0
|
Classes | |
| struct | ConvertibleFromAny |
Functions | |
| bool | operator== (const ConvertibleFromAny &a, const ConvertibleFromAny &b) |
| ostream & | operator<< (ostream &os, const ConvertibleFromAny &a) |
| TEST (MatcherCastTest, ConversionConstructorIsUsed) | |
| TEST (MatcherCastTest, FromConvertibleFromAny) | |
| TEST (SafeMatcherCastTest, ConversionConstructorIsUsed) | |
| TEST (SafeMatcherCastTest, FromConvertibleFromAny) | |
| ostream & testing::gmock_matchers_test::convertible_from_any::operator<< | ( | ostream & | os, |
| const ConvertibleFromAny & | a ) |
Definition at line 774 of file gmock-matchers_test.cc.
| bool testing::gmock_matchers_test::convertible_from_any::operator== | ( | const ConvertibleFromAny & | a, |
| const ConvertibleFromAny & | b ) |
Definition at line 770 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::convertible_from_any::TEST | ( | MatcherCastTest | , |
| ConversionConstructorIsUsed | ) |
Definition at line 778 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::convertible_from_any::TEST | ( | MatcherCastTest | , |
| FromConvertibleFromAny | ) |
Definition at line 784 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::convertible_from_any::TEST | ( | SafeMatcherCastTest | , |
| ConversionConstructorIsUsed | ) |
Definition at line 901 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::convertible_from_any::TEST | ( | SafeMatcherCastTest | , |
| FromConvertibleFromAny | ) |
Definition at line 907 of file gmock-matchers_test.cc.
