Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dparcel_wrapper.cpp267 bool ReadDoubleVector(Parcel &parcel, rust::vec<double> &val) in ReadDoubleVector() function
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp670 bool Parcel::ReadDoubleVector(std::vector<double> *val) in ReadDoubleVector() function in OHOS::Parcel
/foundation/communication/ipc/ipc/native/c/manager/src/
Dserializer.c1342 double *ReadDoubleVector(IpcIo *io, size_t *size) in ReadDoubleVector() function
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dwrapper.rs146 fn ReadDoubleVector(parcel: Pin<&mut Parcel>, v: &mut Vec<f64>) -> bool; in ReadDoubleVector() function