Home
last modified time | relevance | path

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 Dflag_info_update.rs27 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 Dlib.rs73 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 Dlib.rs139 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 Dflag_info_query.rs28 flag_type: FlagValueType, in find_flag_attribute()
H A Dlib.rs161 flag_type: FlagValueType, in get_flag_attribute()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/tests/
H A Dstorage_write_api_test.rs31 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 Daconfig_storage_read_api.hpp28 enum FlagValueType { enum