Searched defs:RawFile64 (Results 1 – 4 of 4) sorted by relevance
75 typedef struct RawFile64 RawFile64; typedef
116 ### RawFile64 subsection
443 struct RawFile64 { struct445 explicit RawFile64(std::unique_ptr<Raw> raw) : raw(std::move(raw)) {} in RawFile64() argument