Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h55 struct SnapShotHeader : public base::FileHeaderBase { struct
57 … explicit SnapShotHeader(const VersionType &lastVersion) : base::FileHeaderBase(lastVersion) {} in SnapShotHeader() function
59 bool Verify(const VersionType &lastVersion) const in Verify()