Searched refs:construct_store_entry (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/tests/unit/host/ |
D | imgdiff_test.cpp | 680 static void construct_store_entry(const std::vector<std::tuple<std::string, size_t, char>>& info, in construct_store_entry() function 813 construct_store_entry( in TEST() 822 construct_store_entry({ { "d", 12, 'd' }, { "c", 8, 'c' }, { "b", 3, 'b' }, { "a", 3, 'a' } }, in TEST() 949 construct_store_entry({ { "d", 1, 'd' } }, &src_writer); in TEST() 1025 construct_store_entry( in TEST() 1036 construct_store_entry({ { "a", 1, 'a' }, { "b", 13, 'b' }, { "c", 1, 'c' } }, &src_writer); in TEST() 1067 construct_store_entry( in TEST() 1086 construct_store_entry( in TEST()
|