Searched defs:from_bytes (Results 1 – 4 of 4) sorted by relevance
| /build/make/tools/aconfig/aconfig_storage_file/src/ |
| D | flag_info.rs | 73 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method 129 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method 172 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
|
| D | flag_table.rs | 78 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method 136 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method 193 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
|
| D | flag_value.rs | 73 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method 121 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
|
| D | package_table.rs | 78 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method 161 pub fn from_bytes(bytes: &[u8], version: u32) -> Result<Self, AconfigStorageError> { in from_bytes() method 252 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
|