Lines Matching refs:cb
33 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
35 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
48 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
50 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
63 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
65 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
79 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
81 processMsg(data, done, cb); in TEST()
100 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
102 processMsg(data, done, cb); in TEST()
124 auto cb = [&](const nlmsghdr& hdr, std::string_view data) { in TEST() local
130 processMsg(data, done, cb); in TEST()
148 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
150 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
168 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
170 processMsg(data, done, cb); in TEST()
175 processMsg(data, done, cb); in TEST()
190 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
192 processMsg(data, done, cb); in TEST()
200 processMsg(data, done, cb); in TEST()
215 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() local
217 processMsg(data, done, cb); in TEST()
224 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
310 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in doLinkDump() local
313 cb); in doLinkDump()