Home
last modified time | relevance | path

Searched defs:next_offset (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_file/src/
Dpackage_table.rs107 pub next_offset: Option<u32>, field
181 let next_offset = match read_u32_from_bytes(bytes, &mut head)? { in from_bytes_v1() localVariable
196 let next_offset = match read_u32_from_bytes(bytes, &mut head)? { in from_bytes_v2() localVariable
Dflag_table.rs106 pub next_offset: Option<u32>, field