Searched defs:ReadUInt32Vector (Results 1 – 10 of 10) sorted by relevance
255 bool ReadUInt32Vector(Parcel &parcel, rust::vec<uint32_t> &val) in ReadUInt32Vector() function
740 bool Parcel::ReadUInt32Vector(std::vector<uint32_t>* val) in ReadUInt32Vector() function in OHOS::Parcel
715 bool Parcel::ReadUInt32Vector(std::vector<uint32_t>* val) in ReadUInt32Vector() function in OHOS::Parcel
717 bool Parcel::ReadUInt32Vector(std::vector<uint32_t> *val) in ReadUInt32Vector() function in OHOS::Parcel
720 bool Parcel::ReadUInt32Vector(std::vector<uint32_t>* val) in ReadUInt32Vector() function in OHOS::Parcel
655 bool Parcel::ReadUInt32Vector(std::vector<uint32_t> *val) in ReadUInt32Vector() function in OHOS::Parcel
1282 uint32_t *ReadUInt32Vector(IpcIo *io, size_t *size) in ReadUInt32Vector() function
1540 bool Parcel::ReadUInt32Vector(std::vector<uint32_t> *val) in ReadUInt32Vector() function in OHOS::Parcel
143 fn ReadUInt32Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u32>) -> bool; in ReadUInt32Vector() function