Searched defs:V0Actions (Results 1 – 6 of 6) sorted by relevance
44 pub extern "C" fn np_ffi_V0DataElement_into_ACTIONS(de: V0DataElement) -> V0Actions { in np_ffi_V0DataElement_into_ACTIONS()92 pub extern "C" fn np_ffi_SetV0ActionResult_into_SUCCESS(result: SetV0ActionResult) -> V0Actions { in np_ffi_SetV0ActionResult_into_SUCCESS()98 pub extern "C" fn np_ffi_SetV0ActionResult_into_ERROR(result: SetV0ActionResult) -> V0Actions { in np_ffi_SetV0ActionResult_into_ERROR()107 pub extern "C" fn np_ffi_build_new_zeroed_V0Actions(kind: AdvertisementBuilderKind) -> V0Actions { in np_ffi_build_new_zeroed_V0Actions()113 pub extern "C" fn np_ffi_V0Actions_has_action(actions: V0Actions, action_type: ActionType) -> bool { in np_ffi_V0Actions_has_action()128 actions: V0Actions, in np_ffi_V0Actions_set_action()
71 pub struct V0Actions<Obj>(pub Obj); struct73 impl<'local> V0Actions<JObject<'local>> { implementation87 impl<'local, Obj: AsRef<JObject<'local>>> V0Actions<Obj> { implementation133 ) -> Option<v0::V0Actions> { in construct_actions_from_ints()
161 pub enum V0Actions { enum176 impl<F: np_adv::legacy::PacketFlavor> From<ActionsDataElement<F>> for V0Actions { implementation291 impl From<np_adv_dynamic::legacy::BoxedActionBits> for V0Actions { implementation363 impl V0Actions { implementation
81 public static final class V0Actions extends V0DataElement { class in V0DataElement89 public V0Actions(@IdentityKind int identityKind, int actionBits) { in V0Actions() method in V0DataElement.V0Actions
640 struct V0Actions { struct641 enum class Tag {648 struct Plaintext_Body {675 V0Actions _0; argument
107 class V0Actions; variable631 explicit V0Actions(np_ffi::internal::V0Actions actions) : actions_(actions) {} in V0Actions() function