Searched defs:FlagValueType (Results 1 – 7 of 7) sorted by relevance
/build/make/tools/aconfig/aconfig_storage_write_api/src/ |
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()
|
D | lib.rs | 78 flag_type: FlagValueType, in set_flag_has_server_override() 97 flag_type: FlagValueType, in set_flag_has_local_override() 378 fn get_flag_attribute_at_offset(file: &str, value_type: FlagValueType, offset: u32) -> u8 { in get_flag_attribute_at_offset()
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | flag_info_query.rs | 26 flag_type: FlagValueType, in find_flag_attribute()
|
D | lib.rs | 160 flag_type: FlagValueType, in get_flag_attribute()
|
/build/make/tools/aconfig/aconfig_storage_write_api/tests/ |
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()
|
/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/ |
D | aconfig_storage_read_api.hpp | 28 enum FlagValueType { enum
|
/build/make/tools/aconfig/aconfig_storage_file/src/ |
D | lib.rs | 132 pub enum FlagValueType { enum 136 impl TryFrom<StoredFlagType> for FlagValueType { implementation 148 impl TryFrom<u16> for FlagValueType { implementation
|