Searched defs:FlagValueType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/ |
H A D | flag_info_update.rs | 27 flag_type: FlagValueType, in get_flag_info_offset() 55 flag_type: FlagValueType, in get_flag_attribute_and_offset() 67 flag_type: FlagValueType, in update_flag_has_server_override() 82 flag_type: FlagValueType, in update_flag_has_local_override()
|
H A D | lib.rs | 73 flag_type: FlagValueType, in set_flag_has_server_override() 92 flag_type: FlagValueType, in set_flag_has_local_override() 274 fn get_flag_attribute_at_offset(file: &str, value_type: FlagValueType, offset: u32) -> u8 { in get_flag_attribute_at_offset()
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/ |
H A D | lib.rs | 139 pub enum FlagValueType { enum 143 impl TryFrom<StoredFlagType> for FlagValueType { implementation 155 impl TryFrom<u16> for FlagValueType { implementation
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
H A D | flag_info_query.rs | 28 flag_type: FlagValueType, in find_flag_attribute()
|
H A D | lib.rs | 161 flag_type: FlagValueType, in get_flag_attribute()
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/tests/ |
H A D | storage_write_api_test.rs | 31 fn get_flag_attribute_at_offset(file: &str, value_type: FlagValueType, offset: u32) -> u8 { in get_flag_attribute_at_offset()
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/ |
H A D | aconfig_storage_read_api.hpp | 28 enum FlagValueType { enum
|