LLVM 20.0.0git
|
#include "llvm/Testing/ADT/StringMapEntry.h"
Public Types | |
using | ValueT = typename std::remove_reference_t< StringMapEntryT >::ValueType |
Public Member Functions | |
template<typename KeyMatcherT , typename ValueMatcherT > | |
StringMapEntryMatcherImpl (KeyMatcherT KeyMatcherArg, ValueMatcherT ValueMatcherArg) | |
void | DescribeTo (std::ostream *OS) const override |
void | DescribeNegationTo (std::ostream *OS) const override |
bool | MatchAndExplain (StringMapEntryT Entry, testing::MatchResultListener *ResultListener) const override |
Definition at line 46 of file StringMapEntry.h.
using llvm::detail::StringMapEntryMatcherImpl< StringMapEntryT >::ValueT = typename std::remove_reference_t<StringMapEntryT>::ValueType |
Definition at line 49 of file StringMapEntry.h.
|
inline |
Definition at line 52 of file StringMapEntry.h.
|
inlineoverride |
Definition at line 66 of file StringMapEntry.h.
|
inlineoverride |
Definition at line 59 of file StringMapEntry.h.
|
inlineoverride |
Definition at line 74 of file StringMapEntry.h.