Searched defs:readObject (Results 1 – 3 of 3) sorted by relevance
33 std::optional<T> readObject(const std::string& path, const XmlConverter<T>& converter) { in readObject() function
107 std::unique_ptr<T> readObject(FileSystem* fileSystem, const std::string& path, in readObject() function
1432 const T* Parcel::readObject(size_t *objects_offset) const in readObject() function in android::hardware::Parcel