HomeSort by relevance Sort by last modified time
    Searched refs:CurrentVersion (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 94 /* CurrentVersion tracks the serialization version so that persistant stores
100 static const unsigned int CurrentVersion = 2;
112 * SerializedValue :- <CurrentVersion:uint32_t> Value
261 writeLittleEndian(out, CurrentVersion);
277 write(CurrentVersion);
772 if (!readLittleEndian(ptr, end, version) || version > CurrentVersion)
854 bool isValid() const { return m_version <= CurrentVersion; }
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 58 static const unsigned CurrentVersion = 1;
181 if (Record.size() < 1 || Record[0] != CurrentVersion)
732 Record.push_back(CurrentVersion);
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 834 unsigned CurrentVersion = 0;
836 QueuePhiNode(DFBlocks[i].second, AllocaNum, CurrentVersion);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 220 milliseconds