Searched refs:getRecord (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLogStats.java78 public int getRecord() { method in class:LogStats
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.h82 const RecordId getRecord(const RecordId &inRecordId,
151 const RecordId getRecord(const RecordId &inRecordId,
244 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
437 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
H A DAppleDatabase.cpp154 Table::getRecord(const RecordId &inRecordId, function in class:Table
407 ModifiedTable::getRecord(const RecordId &inRecordId, function in class:ModifiedTable
449 return mTable->getRecord(inRecordId, inoutAttributes, inoutData,
1109 DbVersion::getRecord(Table::Id inTableId, const RecordId &inRecordId, function in class:DbVersion
1114 return findTable(inTableId).getRecord(inRecordId, inoutAttributes,
1751 DbModifier::getRecord(Table::Id inTableId, const RecordId &inRecordId, function in class:DbModifier
1758 return findTable(inTableId).getRecord(inRecordId, inoutAttributes,
1763 return getDbVersion(false)->getRecord(inTableId, inRecordId,
2450 mDbModifier.getRecord(aTableId, aRecordId, inoutAttributes, inoutData,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.h82 const RecordId getRecord(const RecordId &inRecordId,
151 const RecordId getRecord(const RecordId &inRecordId,
244 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
437 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
H A DAppleDatabase.cpp154 Table::getRecord(const RecordId &inRecordId, function in class:Table
407 ModifiedTable::getRecord(const RecordId &inRecordId, function in class:ModifiedTable
449 return mTable->getRecord(inRecordId, inoutAttributes, inoutData,
1109 DbVersion::getRecord(Table::Id inTableId, const RecordId &inRecordId, function in class:DbVersion
1114 return findTable(inTableId).getRecord(inRecordId, inoutAttributes,
1751 DbModifier::getRecord(Table::Id inTableId, const RecordId &inRecordId, function in class:DbModifier
1758 return findTable(inTableId).getRecord(inRecordId, inoutAttributes,
1763 return getDbVersion(false)->getRecord(inTableId, inRecordId,
2450 mDbModifier.getRecord(aTableId, aRecordId, inoutAttributes, inoutData,
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DDatabaseProcessIDBConnection.h88 void getRecord(uint64_t requestID, int64_t transactionID, int64_t objectStoreID, int64_t indexID, const WebCore::IDBKeyRangeData&, int64_t cursorType);
H A DDatabaseProcessIDBConnection.cpp285 void DatabaseProcessIDBConnection::getRecord(uint64_t requestID, int64_t transactionID, int64_t objectStoreID, int64_t indexID, const IDBKeyRangeData& keyRange, int64_t cursorType) function in class:WebKit::DatabaseProcessIDBConnection
289 LOG(IDB, "DatabaseProcess getRecord request ID %llu, object store id %lli", requestID, objectStoreID);
291 m_uniqueIDBDatabase->getRecord(IDBIdentifier(*this, transactionID), objectStoreID, indexID, keyRange, static_cast<IndexedDB::CursorType>(cursorType), [connection, requestID](const IDBGetResult& getResult, uint32_t errorCode, const String& errorMessage) {
H A DUniqueIDBDatabase.h97 void getRecord(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, int64_t indexID, const WebCore::IDBKeyRangeData&, WebCore::IndexedDB::CursorType, std::function<void(const WebCore::IDBGetResult&, uint32_t, const String&)> callback);
H A DUniqueIDBDatabase.cpp583 void UniqueIDBDatabase::getRecord(const IDBIdentifier& transactionIdentifier, int64_t objectStoreID, int64_t indexID, const IDBKeyRangeData& keyRangeData, IndexedDB::CursorType cursorType, std::function<void(const IDBGetResult&, uint32_t, const String&)> callback) function in class:WebKit::UniqueIDBDatabase
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp329 if (RRT->getRecord()->isSubClassOf(getRecord()) ||
330 RRT->getRecord() == getRecord())
336 if (Rec == RHS->getRecord() || RHS->getRecord()->isSubClassOf(Rec))
341 if (RHS->getRecord()->isSubClassOf(SC[i]))
360 RecTy1->getRecord()->getSuperClasses();
378 RecTy2->getRecord()->getSuperClasses();
1240 RecordVal *Field = RecordType->getRecord()
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBBackingStoreLevelDB.h88 bool getRecord(IDBBackingStoreTransactionLevelDB&, int64_t databaseId, int64_t objectStoreId, const IDBKey&, Vector<char>& record) WARN_UNUSED_RETURN;
H A DIDBServerConnectionLevelDB.cpp287 ok = m_backingStore->getRecord(*backingStoreTransaction, transaction.database().id(), operation.objectStoreID(), *key, value);
289 ASYNC_COMPLETION_CALLBACK_WITH_TWO_ARGS(completionCallback, IDBGetResult(), IDBDatabaseError::create(IDBDatabaseException::UnknownError, "Internal error in getRecord."));
332 ok = m_backingStore->getRecord(*backingStoreTransaction, transaction.database().id(), operation.objectStoreID(), *primaryKey, value);
334 ASYNC_COMPLETION_CALLBACK_WITH_TWO_ARGS(completionCallback, IDBGetResult(), IDBDatabaseError::create(IDBDatabaseException::UnknownError, "Internal error in getRecord."));
H A DIDBBackingStoreLevelDB.cpp853 bool IDBBackingStoreLevelDB::getRecord(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, const IDBKey& key, Vector<char>& record) function in class:WebCore::IDBBackingStoreLevelDB
855 LOG(StorageAPI, "IDBBackingStoreLevelDB::getRecord");
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.h316 Record *getRecord() const { assert(isRecord()); return R; } function in struct:llvm::CodeGenInstAlias::ResultOperand
H A DCodeGenDAGPatterns.h215 Record *getRecord() const { return Def; }
544 /// getRecord - Return the actual TableGen record corresponding to this
547 Record *getRecord() const { return TheRecord; }
H A DCodeGenDAGPatterns.cpp631 return PatFragRec->getRecord()->getValueAsString("PredicateCode");
635 return PatFragRec->getRecord()->getValueAsString("ImmediateCode");
647 return "Predicate_" + PatFragRec->getRecord()->getName();
1977 OS << getRecord()->getName();
2723 new TreePatternNode(I->getRecord(), ResultNodeOperands,
2724 GetNumNodeResults(I->getRecord(), *this));
2732 Instructions.insert(std::make_pair(I->getRecord(), TheInst));
2737 TreePattern Temp(I->getRecord(), ResultPattern, false, *this);
2740 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second;
2804 PrintWarning(Pattern->getRecord()
[all...]
H A DAsmWriterEmitter.cpp833 const Record *Rec = RO.getRecord();
846 CGA->ResultOperands[i].getRecord()->getName() + "RegClassID)"
H A DFastISelEmitter.cpp210 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord();
H A DFixedLenDecoderEmitter.cpp1762 Record *TypeRecord = Type->getRecord();
H A DAsmMatcherEmitter.cpp1560 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dalphaindex.cpp86 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { function in namespace:__anon911
664 Record *r = getRecord(*inputList_, i);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/TableGen/
H A DRecord.h392 Record *getRecord() const { return Rec; } function in class:llvm::RecordRecTy

Completed in 220 milliseconds