Searched refs:flag_context (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | flag_table_query.rs | 93 let flag_context = in test_flag_query() localVariable 95 assert_eq!(flag_context.flag_type, flag_type); in test_flag_query() 96 assert_eq!(flag_context.flag_index, flag_index); in test_flag_query() 104 let flag_context = find_flag_read_context(&flag_table[..], 1, "disabled_fixed_ro").unwrap(); in test_not_existed_flag_query() localVariable 105 assert_eq!(flag_context, None); in test_not_existed_flag_query() 106 let flag_context = find_flag_read_context(&flag_table[..], 2, "disabled_rw").unwrap(); in test_not_existed_flag_query() localVariable 107 assert_eq!(flag_context, None); in test_not_existed_flag_query()
|
D | lib.rs | 471 let flag_context = in test_flag_context_query() localVariable 473 assert_eq!(flag_context.flag_type, flag_type); in test_flag_context_query() 474 assert_eq!(flag_context.flag_index, flag_index); in test_flag_context_query()
|
/build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
D | storage_read_api_test.rs | 119 let flag_context = in test_flag_context_query() localVariable 121 assert_eq!(flag_context.flag_type, flag_type); in test_flag_context_query() 122 assert_eq!(flag_context.flag_index, flag_index); in test_flag_context_query()
|