Home
last modified time | relevance | path

Searched refs:msv (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/test/message/
H A Dappend.cpp447 std::map<std::string, std::variant<int, double>> msv = { in TEST_F() local
466 for (const auto& sv : msv) in TEST_F()
487 new_message().append(vas, msv); in TEST_F()
H A Dread.cpp676 const std::map<std::string, std::variant<int, double>> msv = { in TEST_F() local
699 for (const auto& sv : msv) in TEST_F()
730 EXPECT_EQ(msv, ret_msv); in TEST_F()