Searched refs:parse_all_test_flags (Results 1 – 4 of 4) sorted by relevance
65 use crate::storage::{group_flags_by_package, tests::parse_all_test_flags};68 let caches = parse_all_test_flags(); in create_test_flag_value_list_from_source()
110 use crate::storage::{group_flags_by_package, tests::parse_all_test_flags};113 let caches = parse_all_test_flags(); in create_test_package_table_from_source()
142 use crate::storage::{group_flags_by_package, tests::parse_all_test_flags};145 let caches = parse_all_test_flags(); in create_test_flag_table_from_source()
118 pub fn parse_all_test_flags() -> Vec<ProtoParsedFlags> { in parse_all_test_flags() function166 let caches = parse_all_test_flags(); in test_flag_package()