Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dhttp_utility.hpp22 NoMatch, enumerator
49 ContentType ct = ContentType::NoMatch; in getContentType()
59 return ContentType::NoMatch; in getContentType()
63 return ContentType::NoMatch; in getContentType()
99 return ContentType::NoMatch; in getPreferredContentType()
115 return ContentType::NoMatch; in getPreferredContentType()
134 NoMatch, enumerator
196 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()