Searched defs:InvalidStackDataStructure (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/ |
D | v0.rs | 51 fn try_from(de: V0DataElement) -> Result<Self, InvalidStackDataStructure> { in try_from() argument 151 fn try_from(value: TxPower) -> Result<Self, InvalidStackDataStructure> { in try_from() argument 170 fn try_from(value: V0Actions) -> Result<Self, InvalidStackDataStructure> { in try_from() argument 305 fn try_from(actions: V0Actions) -> Result<Self, InvalidStackDataStructure> { in try_from() argument 386 pub fn has_action(&self, action_type: ActionType) -> Result<bool, InvalidStackDataStructure> { in has_action() argument 402 ) -> Result<SetV0ActionResult, InvalidStackDataStructure> { in set_action() argument
|
D | common.rs | 263 pub struct InvalidStackDataStructure; struct
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/ |
D | v0.rs | 41 pub fn add_de(&self, de: V0DataElement) -> Result<AddV0DEResult, InvalidStackDataStructure> { in add_de() argument 202 fn add_de(&mut self, de: V0DataElement) -> Result<AddV0DEResult, InvalidStackDataStructure> { in add_de() argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/src/ |
D | lib.rs | 49 InvalidStackDataStructure = 2, enumerator
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/ |
D | np_cpp_ffi_types.h | 344 InvalidStackDataStructure = 2, enumerator
|