Home
last modified time | relevance | path

Searched defs:GetV1SectionResult (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv1.rs63 pub fn get_section(&self, legible_section_index: u8) -> GetV1SectionResult { in get_section()
111 ) -> GetV1SectionResult { in get_section()
191 pub fn get_section(&self, legible_section_index: u8) -> GetV1SectionResult { in get_section()
234 pub enum GetV1SectionResult { enum
239 impl FfiEnum for GetV1SectionResult { implementation
249 impl GetV1SectionResult { impl
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/src/deserialize/
Dv1.rs45 ) -> GetV1SectionResult { in np_ffi_DeserializedV1Advertisement_get_section()
52 result: GetV1SectionResult, in np_ffi_GetV1SectionResult_kind()
61 result: GetV1SectionResult, in np_ffi_GetV1SectionResult_into_SUCCESS()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h744 struct GetV1SectionResult { struct
745 enum class Tag {
750 struct Success_Body {
754 Tag tag;
755 union {
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/src/class/
Dlegible_v1_sections.rs97 let GetV1SectionResult::Success(section) = legible_sections.get_section(index) else { in nativeGetSection() localVariable