Home
last modified time | relevance | path

Searched defs:GetV0DEResult (Results 1 – 3 of 3) sorted by relevance

/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv0.rs307 fn get_de(&self, index: u8) -> GetV0DEResult { in get_de()
377 pub fn get_de(&self, index: u8) -> GetV0DEResult { in get_de()
431 pub enum GetV0DEResult { enum
436 impl FfiEnum for GetV0DEResult { implementation
446 impl GetV0DEResult { implementation
/external/rust/beto-rust/nearby/presence/np_c_ffi/src/deserialize/
Dv0.rs74 pub extern "C" fn np_ffi_V0Payload_get_de(payload: V0Payload, index: u8) -> GetV0DEResult { in np_ffi_V0Payload_get_de()
/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h686 struct GetV0DEResult { struct
687 enum class Tag {
692 struct Success_Body {
696 Tag tag;
697 union {