|
proxygen
|
Classes | |
| class | ConstIter |
Public Types | |
| typedef ConstIter | const_iterator |
| typedef T | value_type |
| typedef ConstIter | const_iterator |
| typedef T | value_type |
| typedef ConstIter | const_iterator |
| typedef T | value_type |
Public Member Functions | |
| template<typename InIter > | |
| Streamlike (InIter first, InIter last) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| template<typename InIter > | |
| Streamlike (InIter first, InIter last) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| template<typename InIter > | |
| Streamlike (InIter first, InIter last) | |
| const_iterator | begin () const |
| const_iterator | end () const |
Private Attributes | |
| std::list< value_type > | remainder_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Streamlike &s) |
| std::ostream & | operator<< (std::ostream &os, const Streamlike &s) |
| std::ostream & | operator<< (std::ostream &os, const Streamlike &s) |
Definition at line 4495 of file gmock-matchers_test.cc.
| typedef ConstIter testing::gmock_matchers_test::Streamlike< T >::const_iterator |
Definition at line 4497 of file gmock-matchers_test.cc.
| typedef ConstIter testing::gmock_matchers_test::Streamlike< T >::const_iterator |
Definition at line 4497 of file gmock-matchers_test.cc.
| typedef ConstIter testing::gmock_matchers_test::Streamlike< T >::const_iterator |
Definition at line 4497 of file gmock-matchers_test.cc.
| typedef T testing::gmock_matchers_test::Streamlike< T >::value_type |
Definition at line 4500 of file gmock-matchers_test.cc.
| typedef T testing::gmock_matchers_test::Streamlike< T >::value_type |
Definition at line 4500 of file gmock-matchers_test.cc.
| typedef T testing::gmock_matchers_test::Streamlike< T >::value_type |
Definition at line 4500 of file gmock-matchers_test.cc.
|
inline |
Definition at line 4503 of file gmock-matchers_test.cc.
|
inline |
Definition at line 4503 of file gmock-matchers_test.cc.
|
inline |
Definition at line 4503 of file gmock-matchers_test.cc.
|
inline |
Definition at line 4505 of file gmock-matchers_test.cc.
Referenced by testing::gmock_matchers_test::TEST().
|
inline |
Definition at line 4505 of file gmock-matchers_test.cc.
|
inline |
Definition at line 4505 of file gmock-matchers_test.cc.
|
inline |
Definition at line 4508 of file gmock-matchers_test.cc.
|
inline |
Definition at line 4508 of file gmock-matchers_test.cc.
Referenced by testing::gmock_matchers_test::TEST().
|
inline |
Definition at line 4508 of file gmock-matchers_test.cc.
|
friend |
Definition at line 4557 of file gmock-matchers_test.cc.
|
friend |
Definition at line 4557 of file gmock-matchers_test.cc.
|
friend |
Definition at line 4557 of file gmock-matchers_test.cc.
|
mutableprivate |
Definition at line 4569 of file gmock-matchers_test.cc.