Searched defs:ReadUInt64Vector (Results 1 – 10 of 10) sorted by relevance
259 bool ReadUInt64Vector(Parcel &parcel, rust::vec<uint64_t> &val) in ReadUInt64Vector() function
745 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector() function in OHOS::Parcel
720 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector() function in OHOS::Parcel
722 bool Parcel::ReadUInt64Vector(std::vector<uint64_t> *val) in ReadUInt64Vector() function in OHOS::Parcel
725 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector() function in OHOS::Parcel
660 bool Parcel::ReadUInt64Vector(std::vector<uint64_t> *val) in ReadUInt64Vector() function in OHOS::Parcel
1302 uint64_t *ReadUInt64Vector(IpcIo *io, size_t *size) in ReadUInt64Vector() function
1545 bool Parcel::ReadUInt64Vector(std::vector<uint64_t> *val) in ReadUInt64Vector() function in OHOS::Parcel
144 fn ReadUInt64Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u64>) -> bool; in ReadUInt64Vector() function