Searched refs:glued (Results 1 – 5 of 5) sorted by relevance
148 std::vector<uint8_t> glued(podo_ad_data); in TEST() local149 glued.insert(glued.end(), podo_scan_resp.begin(), podo_scan_resp.end()); in TEST()151 EXPECT_TRUE(AdvertiseDataParser::IsValid(glued)); in TEST()173 std::vector<uint8_t> glued(ad_data); in TEST() local174 glued.insert(glued.end(), scan_resp.begin(), scan_resp.end()); in TEST()176 EXPECT_TRUE(AdvertiseDataParser::IsValid(glued)); in TEST()
18 If you are verifying something is glued or hooked up correctly inside the stack,