Searched defs:u32 (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/aconfig/aconfig_storage_write_api/src/ |
D | flag_info_update.rs | 28 flag_index: u32, in get_flag_info_offset() 56 flag_index: u32, in get_flag_attribute_and_offset() 68 flag_index: u32, in update_flag_has_server_override() 83 flag_index: u32, in update_flag_has_local_override()
|
D | lib.rs | 60 index: u32, in set_boolean_flag_value() 79 index: u32, in set_flag_has_server_override() 98 index: u32, in set_flag_has_local_override() 222 offset: u32, in update_boolean_flag_value_cxx() 229 offset: u32, in update_flag_has_server_override_cxx() 236 offset: u32, in update_flag_has_local_override_cxx() 250 offset: u32, in update_boolean_flag_value_cxx() 267 offset: u32, in update_flag_has_server_override_cxx() 295 offset: u32, in update_flag_has_local_override_cxx()
|
D | flag_value_update.rs | 25 flag_index: u32, in update_boolean_flag_value()
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | lib.rs | 109 package_id: u32, in get_flag_read_context() 133 pub fn get_storage_file_version(file_path: &str) -> Result<u32, AconfigStorageError> { in get_storage_file_version() 161 flag_index: u32, in get_flag_attribute() 223 package_id: u32, in get_flag_read_context_cxx() 232 flag_index: u32, in get_flag_attribute_cxx() 336 pub(crate) fn new(version_result: Result<u32, AconfigStorageError>) -> Self { in new() 360 package_id: u32, in get_flag_read_context_cxx() 375 flag_index: u32, in get_flag_attribute_cxx()
|
D | flag_info_query.rs | 27 flag_index: u32, in find_flag_attribute()
|
D | flag_table_query.rs | 35 package_id: u32, in find_flag_read_context()
|
/build/make/tools/aconfig/aconfig_storage_file/src/ |
D | test_utils.rs | 63 package_id: u32, in new_expected() 67 next_offset: Option<u32>, in new_expected()
|
D | flag_table.rs | 151 pub fn find_bucket_index(package_id: u32, flag_name: &str, num_buckets: u32) -> u32 { in find_bucket_index()
|
D | lib.rs | 205 pub fn get_table_size(entries: u32) -> Result<u32, AconfigStorageError> { in get_table_size() 214 pub(crate) fn get_bucket_index<T: Hash>(val: &T, num_buckets: u32) -> u32 { in get_bucket_index() 244 pub fn read_u32_from_bytes(buf: &[u8], head: &mut usize) -> Result<u32, AconfigStorageError> { in read_u32_from_bytes()
|
D | package_table.rs | 148 pub fn find_bucket_index(package: &str, num_buckets: u32) -> u32 { in find_bucket_index()
|
/build/make/tools/aconfig/aconfig/src/storage/ |
D | flag_table.rs | 48 package_id: u32, in new() 52 num_buckets: u32, in new()
|