Home
last modified time | relevance | path

Searched defs:Match (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/test/bus/
H A Dmatch.cpp6 class Match : public ::testing::Test class
29 TEST_F(Match, FunctorIs_sd_bus_message_handler_t) in TEST_F() argument
50 TEST_F(Match, FunctorIs_LambdaTakingMessage) in TEST_F() argument
69 TEST_F(Match, FunctorIs_MemberFunctionTakingMessage) in TEST_F() argument
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst123 Match section in Model
/openbmc/qemu/tests/tcg/plugins/
H A Dinsn.c35 } Match; typedef
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py48 def __init__(self, f: 'FileInfo', m: Match) -> None: