LLVM 22.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 44 of file StringMapEntry.h.
using llvm::detail::StringMapEntryMatcherImpl< StringMapEntryT >::ValueT = typename std::remove_reference_t<StringMapEntryT>::ValueType |
Definition at line 47 of file StringMapEntry.h.
|
inline |
Definition at line 50 of file StringMapEntry.h.
References const.
|
inlineoverride |
Definition at line 64 of file StringMapEntry.h.
|
inlineoverride |
Definition at line 57 of file StringMapEntry.h.
|
inlineoverride |
Definition at line 72 of file StringMapEntry.h.