Public Member Functions | |
ConstAndNonConstCastable (bool *converted, bool *const_converted) | |
ConstAndNonConstCastable (bool *converted, bool *const_converted) | |
operator Base () | |
operator Base () | |
operator Base () const | |
operator Base () const | |
Private Attributes | |
bool * | const_converted_ |
bool * | converted_ |
Definition at line 168 of file gmock/gtest/test/gtest-port_test.cc.
testing::internal::ConstAndNonConstCastable::ConstAndNonConstCastable | ( | bool * | converted, |
bool * | const_converted | ||
) | [inline] |
Definition at line 170 of file gmock/gtest/test/gtest-port_test.cc.
testing::internal::ConstAndNonConstCastable::ConstAndNonConstCastable | ( | bool * | converted, |
bool * | const_converted | ||
) | [inline] |
Definition at line 170 of file gtest/test/gtest-port_test.cc.
testing::internal::ConstAndNonConstCastable::operator Base | ( | ) | [inline] |
Definition at line 172 of file gmock/gtest/test/gtest-port_test.cc.
testing::internal::ConstAndNonConstCastable::operator Base | ( | ) | [inline] |
Definition at line 172 of file gtest/test/gtest-port_test.cc.
testing::internal::ConstAndNonConstCastable::operator Base | ( | ) | const [inline] |
Definition at line 176 of file gtest/test/gtest-port_test.cc.
testing::internal::ConstAndNonConstCastable::operator Base | ( | ) | const [inline] |
Definition at line 176 of file gmock/gtest/test/gtest-port_test.cc.
bool * testing::internal::ConstAndNonConstCastable::const_converted_ [private] |
Definition at line 183 of file gmock/gtest/test/gtest-port_test.cc.
bool * testing::internal::ConstAndNonConstCastable::converted_ [private] |
Definition at line 182 of file gmock/gtest/test/gtest-port_test.cc.