Searched defs:UnionWithFd (Results 1 – 4 of 4) sorted by relevance
2 pub enum UnionWithFd { enum7 impl Default for UnionWithFd { implementation12 impl binder::parcel::Serialize for UnionWithFd { implementation17 impl binder::parcel::SerializeArray for UnionWithFd {} implementation18 impl binder::parcel::SerializeOption for UnionWithFd { implementation39 impl binder::parcel::Deserialize for UnionWithFd { implementation46 impl binder::parcel::DeserializeArray for UnionWithFd {} implementation47 impl binder::parcel::DeserializeOption for UnionWithFd { implementation
6 public final class UnionWithFd implements android.os.Parcelable { class14 public UnionWithFd() { in UnionWithFd() method in UnionWithFd20 private UnionWithFd(android.os.Parcel _aidl_parcel) { in UnionWithFd() method in UnionWithFd24 private UnionWithFd(int _tag, Object _value) { in UnionWithFd() method in UnionWithFd
53 UnionWithFd() : _value(std::in_place_index<num>, int32_t(0)) { } in UnionWithFd() function61 constexpr UnionWithFd(_Tp&& _arg) in UnionWithFd() function65 constexpr explicit UnionWithFd(std::in_place_index_t<_Np>, _Tp&&... _args) in UnionWithFd() function
40 UnionWithFd() : _value(std::in_place_index<num>, int32_t(0)) { } in UnionWithFd() function48 constexpr UnionWithFd(_Tp&& _arg) in UnionWithFd() function52 constexpr explicit UnionWithFd(std::in_place_index_t<_Np>, _Tp&&... _args) in UnionWithFd() function