Searched defs:Desc (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Ddist_iface.hh341 struct Desc : public Serializable struct in class:DistIface::RecvScheduler
347 Desc() : sendTick(0), sendDelay(0) {} function in struct:DistIface::RecvScheduler::Desc
348 Desc(EthPacketPtr p, Tick s, Tick d) : function in struct:DistIface::RecvScheduler::Desc
350 Desc(const Desc &d) : function in struct:DistIface::RecvScheduler::Desc
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h931 static const char* Desc() { return "is equal to"; } function in class:testing::internal::EqMatcher
939 static const char* Desc() { return "isn't equal to"; } function in class:testing::internal::NeMatcher
947 static const char* Desc() { return "is <"; } function in class:testing::internal::LtMatcher
955 static const char* Desc() { return "is >"; } function in class:testing::internal::GtMatcher
963 static const char* Desc() { return "is <="; } function in class:testing::internal::LeMatcher
971 static const char* Desc() { return "is >="; } function in class:testing::internal::GeMatcher
1416 static const char* Desc() { return "an equal pair"; } function in class:testing::internal::Eq2Matcher
1420 static const char* Desc() { retur function in class:testing::internal::Ne2Matcher
1424 static const char* Desc() { return "a pair where the first < the second"; } function in class:testing::internal::Lt2Matcher
1428 static const char* Desc() { return "a pair where the first > the second"; } function in class:testing::internal::Gt2Matcher
1432 static const char* Desc() { return "a pair where the first <= the second"; } function in class:testing::internal::Le2Matcher
1436 static const char* Desc() { return "a pair where the first >= the second"; } function in class:testing::internal::Ge2Matcher
[all...]

Completed in 18 milliseconds