Searched refs:getVersion (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawType.java47 int getVersion(); method in interface:RawType
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DDebugInfo.h100 unsigned getVersion() const { function in class:llvm::DIDescriptor
218 assert (getVersion() <= LLVMDebugVersion10 && "Invalid CompileUnit!");
255 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
256 if (getVersion() == llvm::LLVMDebugVersion7)
301 if (getVersion() == llvm::LLVMDebugVersion7)
307 if (getVersion() == llvm::LLVMDebugVersion7)
356 if (getVersion() > LLVMDebugVersion11)
361 assert (getVersion() <= LLVMDebugVersion11 && "Invalid Request");
365 assert (getVersion() <= LLVMDebugVersion11 && "Invalid Request");
369 assert (getVersion() <
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DHashStats.java31 public int getVersion() { method in class:HashStats
H A DQueueStats.java31 public int getVersion() { method in class:QueueStats
H A DBtreeStats.java32 public int getVersion() { method in class:BtreeStats
H A DLogStats.java31 public int getVersion() { method in class:LogStats
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLdifReader.h30 inline int getVersion() const function in class:LdifReader
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java106 TestCase.assertEquals(version, meta.getVersion());
111 TestCase.assertEquals(version, raw.getVersion());
135 TestCase.assertEquals(version, meta.getVersion());
140 TestCase.assertEquals(version, raw.getVersion());
189 TestCase.assertEquals(versions[i], type.getVersion());
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEvolver.java152 " version: " + format.getVersion();
279 int oldVersion = oldFormat.getVersion();
456 oldFormat.getVersion() != newFormat.getVersion()) {
586 newFormat.getVersion() <= oldFormat.getVersion()) {
601 newFormat.getVersion() <= oldFormat.getVersion()) {
662 (oldParent.getClassName(), oldParent.getVersion(), oldName);
670 (oldParent.getClassName(), oldParent.getVersion(), oldNam
[all...]
H A DFormat.java595 public int getVersion() { method in class:Format
598 return meta.getVersion();
930 " version: " + getVersion() +
H A DRawAbstractInput.java148 format.getVersion());
H A DComplexFormat.java804 (oldSuper.getClassName(), oldSuper.getVersion(), null);
1270 (getClassName(), getVersion(), oldName);
1272 (getClassName(), getVersion(), oldName);
1274 (getClassName(), getVersion(), oldName);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassMetadata.java72 public int getVersion() { method in class:ClassMetadata
H A DEntityModel.java176 if (version == format.getVersion()) {
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dresbund.h415 * use getVersion, as this method is going to be deprecated.
419 * @see getVersion
420 * @deprecated ICU 2.8 Use getVersion instead.
434 getVersion(UVersionInfo versionInfo) const;
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFCompileUnit.h68 uint16_t getVersion() const { return Version; } function in class:llvm::DWARFCompileUnit
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DDebugInfo.cpp115 if (getVersion() <= LLVMDebugVersion8)
117 if (getVersion() == LLVMDebugVersion9)
124 if (getVersion() <= LLVMDebugVersion9)
532 if (getVersion() <= LLVMDebugVersion11 || DbgNode->getNumOperands() <= 10)
791 if (CU.getVersion() > LLVMDebugVersion10) {
845 if (DIG.getVersion() <= LLVMDebugVersion10)
878 if (DT.getVersion() <= LLVMDebugVersion10)
914 if (SP.getVersion() <= LLVMDebugVersion10)
930 if (DIVariable(N).getVersion() <= LLVMDebugVersion10)
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.h172 virtual UInt32 getVersion ();
H A DIOHIDEventDriver.h171 virtual UInt32 getVersion ();
H A DIOHIDInterface.cpp314 UInt32 IOHIDInterface::getVersion () function in class:IOHIDInterface
H A DIOHIDEventService.h277 virtual UInt32 getVersion ();
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dresbund.cpp373 void ResourceBundle::getVersion(UVersionInfo versionInfo) const { function in class:ResourceBundle
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol.cpp405 Collator::fromUCollator(coll)->getVersion(versionInfo);
532 c->getVersion(v);
534 // in the overall getVersion().
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dcoll.h825 virtual void getVersion(UVersionInfo info) const = 0;
H A Dtblcoll.h414 virtual void getVersion(UVersionInfo info) const;

Completed in 436 milliseconds

12