Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dflag_info_update.rs28 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()
Dlib.rs60 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()
Dflag_value_update.rs25 flag_index: u32, in update_boolean_flag_value()
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs109 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()
Dflag_info_query.rs27 flag_index: u32, in find_flag_attribute()
Dflag_table_query.rs35 package_id: u32, in find_flag_read_context()
/build/make/tools/aconfig/aconfig_storage_file/src/
Dtest_utils.rs63 package_id: u32, in new_expected()
67 next_offset: Option<u32>, in new_expected()
Dflag_table.rs151 pub fn find_bucket_index(package_id: u32, flag_name: &str, num_buckets: u32) -> u32 { in find_bucket_index()
Dlib.rs205 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()
Dpackage_table.rs148 pub fn find_bucket_index(package: &str, num_buckets: u32) -> u32 { in find_bucket_index()
/build/make/tools/aconfig/aconfig/src/storage/
Dflag_table.rs48 package_id: u32, in new()
52 num_buckets: u32, in new()