Public Member Functions | |
Castable (bool *converted) | |
operator Base () | |
Private Attributes | |
bool * | converted_ |
Definition at line 130 of file gtest-port_test.cc.
testing::internal::Castable::Castable | ( | bool * | converted | ) | [inline, explicit] |
Definition at line 132 of file gtest-port_test.cc.
testing::internal::Castable::operator Base | ( | ) | [inline] |
Definition at line 133 of file gtest-port_test.cc.
bool* testing::internal::Castable::converted_ [private] |
Definition at line 139 of file gtest-port_test.cc.