Lines Matching refs:ans
662 bytevec ans(4096); in TEST_F() local
668 auto r = dispatcher.query(SERVER1, NETID, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
674 ans.resize(resplen); in TEST_F()
675 EXPECT_EQ(QUERY, ans); in TEST_F()
678 r = dispatcher.query(SERVER1, NETID, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
685 bytevec ans(SIZE - 1); // Too small to hold the answer in TEST_F() local
691 auto r = dispatcher.query(SERVER1, NETID, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
738 bytevec ans(4096); in TEST_F() local
744 auto r = dispatcher->query(server, netId, mark, makeSlice(q), makeSlice(ans), &resplen, in TEST_F()
748 ans.resize(resplen); in TEST_F()
749 EXPECT_EQ(q, ans); in TEST_F()