Public Member Functions | |
Base (int an_x) | |
Base (int an_x) | |
int | x () const |
int | x () const |
Private Attributes | |
int | x_ |
Definition at line 5031 of file gmock/gtest/test/gtest_unittest.cc.
Base::Base | ( | int | an_x | ) | [inline, explicit] |
Definition at line 5033 of file gmock/gtest/test/gtest_unittest.cc.
Base::Base | ( | int | an_x | ) | [inline, explicit] |
Definition at line 5033 of file gtest/test/gtest_unittest.cc.
int Base::x | ( | ) | const [inline] |
Definition at line 5034 of file gmock/gtest/test/gtest_unittest.cc.
int Base::x | ( | ) | const [inline] |
Definition at line 5034 of file gtest/test/gtest_unittest.cc.
int Base::x_ [private] |
Definition at line 5036 of file gmock/gtest/test/gtest_unittest.cc.