Searched refs:FormatVersion (Results 1 – 7 of 7) sorted by relevance
8 public final class FormatVersion { class20 private FormatVersion(){ in FormatVersion() method in FormatVersion
330 FormatVersion = endian::readNext<uint64_t, little, unaligned>(Cur); in readHeader()331 if (FormatVersion > IndexedInstrProf::Version) in readHeader()368 NumCounts = FormatVersion == 1 ? E - I : Data[I++]; in getFunctionCounts()399 FormatVersion == 1 ? Data.size() - CurrentOffset : Data[CurrentOffset++]; in readNextRecord()
141 if (maybeSignature == FormatVersion.SIGNATURE){ in load()147 if (formatVersion > FormatVersion.VERSION){ in load()149 formatVersion + " > " + FormatVersion.VERSION); in load()
35 import com.jme3.export.FormatVersion;182 os.write(ByteUtils.convertToBytes(FormatVersion.SIGNATURE)); in save()183 os.write(ByteUtils.convertToBytes(FormatVersion.VERSION)); in save()
273 uint64_t FormatVersion; variable
35 import com.jme3.export.FormatVersion;83 ret.setAttribute("format_version", Integer.toString(FormatVersion.VERSION)); in appendElement()
12150 ==> engine/src/core/com/jme3/export/FormatVersion.java <==