Electroneum
Loading...
Searching...
No Matches
testing::internal::TestPropertyKeyIs Class Reference

#include <gtest-internal-inl.h>

Public Member Functions

 TestPropertyKeyIs (const std::string &key)
bool operator() (const TestProperty &test_property) const
 TestPropertyKeyIs (const std::string &key)
bool operator() (const TestProperty &test_property) const

Detailed Description

Definition at line 347 of file gtest-internal-inl.h.

Constructor & Destructor Documentation

◆ TestPropertyKeyIs() [1/2]

testing::internal::TestPropertyKeyIs::TestPropertyKeyIs ( const std::string & key)
inlineexplicit

Definition at line 352 of file gtest-internal-inl.h.

352: key_(key) {}
const char * key

◆ TestPropertyKeyIs() [2/2]

testing::internal::TestPropertyKeyIs::TestPropertyKeyIs ( const std::string & key)
inlineexplicit

Definition at line 352 of file gtest-internal-inl.h.

352: key_(key) {}

Member Function Documentation

◆ operator()() [1/2]

bool testing::internal::TestPropertyKeyIs::operator() ( const TestProperty & test_property) const
inline

Definition at line 355 of file gtest-internal-inl.h.

355 {
356 return test_property.key() == key_;
357 }
Here is the call graph for this function:

◆ operator()() [2/2]

bool testing::internal::TestPropertyKeyIs::operator() ( const TestProperty & test_property) const
inline

Definition at line 355 of file gtest-internal-inl.h.

355 {
356 return test_property.key() == key_;
357 }
Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/gtest/src/gtest-internal-inl.h