Home
last modified time | relevance | path

Searched defs:InvalidStackDataStructure (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dv0.rs51 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
Dcommon.rs263 pub struct InvalidStackDataStructure; struct
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/
Dv0.rs41 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/
Dlib.rs49 InvalidStackDataStructure = 2, enumerator
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h344 InvalidStackDataStructure = 2, enumerator