proxygen
testing::Expectation::Less Class Reference

Public Member Functions

bool operator() (const Expectation &lhs, const Expectation &rhs) const
 
bool operator() (const Expectation &lhs, const Expectation &rhs) const
 
bool operator() (const Expectation &lhs, const Expectation &rhs) const
 

Detailed Description

Definition at line 528 of file gmock-spec-builders.h.

Member Function Documentation

bool testing::Expectation::Less::operator() ( const Expectation lhs,
const Expectation rhs 
) const
inline

Definition at line 530 of file gmock-spec-builders.h.

References testing::Expectation::expectation_base_, and testing::internal::linked_ptr< T >::get().

530  {
531  return lhs.expectation_base_.get() < rhs.expectation_base_.get();
532  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
bool testing::Expectation::Less::operator() ( const Expectation lhs,
const Expectation rhs 
) const
inline

Definition at line 530 of file gmock-spec-builders.h.

References testing::Expectation::expectation_base_, and testing::internal::linked_ptr< T >::get().

530  {
531  return lhs.expectation_base_.get() < rhs.expectation_base_.get();
532  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
bool testing::Expectation::Less::operator() ( const Expectation lhs,
const Expectation rhs 
) const
inline

Definition at line 530 of file gmock-spec-builders.h.

References testing::Expectation::expectation_base_, and testing::internal::linked_ptr< T >::get().

530  {
531  return lhs.expectation_base_.get() < rhs.expectation_base_.get();
532  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

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