Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/packet/parser/test/
H A Dgenerated_packet_test.cc1600 std::vector<std::unique_ptr<UnusedParentStruct>> parent_vector; in TEST() local
1605 parent_vector.push_back(std::move(fbs)); in TEST()
1608 parent_vector.push_back(std::move(fbs)); in TEST()
1611 parent_vector.push_back(std::move(tbs)); in TEST()
1614 parent_vector.push_back(std::move(fbs)); in TEST()
1617 for (auto& s : parent_vector) { in TEST()
1662 parent_vector[0] = std::move(fbs); in TEST()
1665 parent_vector[1] = std::move(fbs); in TEST()
1668 parent_vector[2] = std::move(tbs); in TEST()
1671 parent_vector[3] = std::move(fbs); in TEST()
[all …]