Home
last modified time | relevance | path

Searched refs:FlagInfoHeader (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_file/src/
Dflag_info.rs27 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()
Dtest_utils.rs17 use crate::flag_info::{FlagInfoHeader, FlagInfoList, FlagInfoNode};
135 let header = FlagInfoHeader { in create_test_flag_info_list()
Dlib.rs49 pub use crate::flag_info::{FlagInfoBit, FlagInfoHeader, FlagInfoList, FlagInfoNode};
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dflag_info_query.rs20 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/
Dflag_info_update.rs20 read_u8_from_bytes, AconfigStorageError, FlagInfoBit, FlagInfoHeader, FlagValueType,
30 let interpreted_header = FlagInfoHeader::from_bytes(buf)?; in get_flag_info_offset()
Dlib.rs28 AconfigStorageError, FlagInfoHeader, FlagInfoList, FlagInfoNode, FlagTable, FlagValueType,
155 header: FlagInfoHeader { in create_flag_info()