Searched defs:Raw (Results 1 – 2 of 2) sorted by relevance
417 struct Raw { struct425 explicit Raw(const std::string &path) : filePath(path), offset(0), length(0), start(0), in Raw() argument428 ~Raw() in ~Raw() argument444 std::unique_ptr<Raw> raw; argument
87 int64_t Raw() const in Raw() function