Searched refs:FlagInfoHeader (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/aconfig/aconfig_storage_file/src/ |
D | flag_info.rs | 27 pub struct FlagInfoHeader { struct 37 impl fmt::Debug for FlagInfoHeader { argument 56 impl FlagInfoHeader { impl 143 pub header: FlagInfoHeader, 172 let header = FlagInfoHeader::from_bytes(bytes)?; in from_bytes() 203 let header: &FlagInfoHeader = &flag_info_list.header; in test_serialization() 204 let reinterpreted_header = FlagInfoHeader::from_bytes(&header.into_bytes()); in test_serialization()
|
D | test_utils.rs | 17 use crate::flag_info::{FlagInfoHeader, FlagInfoList, FlagInfoNode}; 135 let header = FlagInfoHeader { in create_test_flag_info_list()
|
D | lib.rs | 49 pub use crate::flag_info::{FlagInfoBit, FlagInfoHeader, FlagInfoList, FlagInfoNode};
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | flag_info_query.rs | 20 use aconfig_storage_file::{flag_info::FlagInfoHeader, read_u8_from_bytes, FlagValueType}; 29 let interpreted_header = FlagInfoHeader::from_bytes(buf)?; in find_flag_attribute()
|
/build/make/tools/aconfig/aconfig_storage_write_api/src/ |
D | flag_info_update.rs | 20 read_u8_from_bytes, AconfigStorageError, FlagInfoBit, FlagInfoHeader, FlagValueType, 30 let interpreted_header = FlagInfoHeader::from_bytes(buf)?; in get_flag_info_offset()
|
D | lib.rs | 28 AconfigStorageError, FlagInfoHeader, FlagInfoList, FlagInfoNode, FlagTable, FlagValueType, 155 header: FlagInfoHeader { in create_flag_info()
|