proxygen
testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl Class Reference

Public Member Functions

template<typename T >
bool MatchAndExplain (const T &x, MatchResultListener *) const
 
void DescribeTo (ostream *os) const
 
void DescribeNegationTo (ostream *os) const
 
template<typename T >
bool MatchAndExplain (const T &x, MatchResultListener *) const
 
void DescribeTo (ostream *os) const
 
void DescribeNegationTo (ostream *os) const
 
template<typename T >
bool MatchAndExplain (const T &x, MatchResultListener *) const
 
void DescribeTo (ostream *os) const
 
void DescribeNegationTo (ostream *os) const
 

Detailed Description

Definition at line 440 of file gmock-matchers_test.cc.

Member Function Documentation

void testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::DescribeNegationTo ( ostream *  os) const
inline

Definition at line 451 of file gmock-matchers_test.cc.

451  {
452  *os << "doesn't reference g_bar and is not zero";
453  }
void testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::DescribeNegationTo ( ostream *  os) const
inline
void testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::DescribeNegationTo ( ostream *  os) const
inline
void testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::DescribeTo ( ostream *  os) const
inline

Definition at line 449 of file gmock-matchers_test.cc.

449 { *os << "g_bar or zero"; }
void testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::DescribeTo ( ostream *  os) const
inline

Definition at line 449 of file gmock-matchers_test.cc.

449 { *os << "g_bar or zero"; }
void testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::DescribeTo ( ostream *  os) const
inline

Definition at line 449 of file gmock-matchers_test.cc.

449 { *os << "g_bar or zero"; }
template<typename T >
bool testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::MatchAndExplain ( const T x,
MatchResultListener  
) const
inline

Definition at line 443 of file gmock-matchers_test.cc.

References x.

444  {
445  const void* p = &x;
446  return p == &g_bar || x == 0;
447  }
Definition: InvokeTest.cpp:58
const int x
template<typename T >
bool testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::MatchAndExplain ( const T x,
MatchResultListener  
) const
inline

Definition at line 443 of file gmock-matchers_test.cc.

References x.

444  {
445  const void* p = &x;
446  return p == &g_bar || x == 0;
447  }
Definition: InvokeTest.cpp:58
const int x
template<typename T >
bool testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl::MatchAndExplain ( const T x,
MatchResultListener  
) const
inline

Definition at line 443 of file gmock-matchers_test.cc.

References x.

444  {
445  const void* p = &x;
446  return p == &g_bar || x == 0;
447  }
Definition: InvokeTest.cpp:58
const int x

The documentation for this class was generated from the following file: