Home
last modified time | relevance | path

Searched refs:NoMatch (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Dhttp_utility.hpp32 NoMatch, enumerator
59 ContentType ct = ContentType::NoMatch; in getContentType()
69 return ContentType::NoMatch; in getContentType()
73 return ContentType::NoMatch; in getContentType()
109 return ContentType::NoMatch; in getPreferredContentType()
125 return ContentType::NoMatch; in getPreferredContentType()
144 NoMatch, enumerator
206 return Encoding::NoMatch; in getPreferredEncoding()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dtypes.py52 class NoMatch(object): class
75 NoMatch = NoMatch() variable
100 return NoMatch
/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp126 ContentType::NoMatch); in TEST()
152 EXPECT_EQ(getPreferredEncoding("zstd", contentType2), Encoding::NoMatch); in TEST()