Home
last modified time | relevance | path

Searched refs:dumpRecord (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/
H A DRecord.java14 StringBuffer sb = dumpRecord(0); in dump()
19 private StringBuffer dumpRecord(int offset) { in dumpRecord() method in Record
H A DHashBacked.java271 public String dumpRecord() { in dumpRecord() method in HashBacked
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/devp2p/
H A Denrcmd.go73 dumpRecord(os.Stdout, r)
78 func dumpRecord(out io.Writer, r *enr.Record) { func
/dports/databases/fastdb/fastdb/inc/
H A Dsubsql.h203 void dumpRecord(byte* record, dbFieldDescriptor* first);
/dports/databases/gigabase/gigabase/
H A Dsubsql.h213 void dumpRecord(byte* record, dbFieldDescriptor* first);
H A Dsubsql.cpp733 void dbSubSql::dumpRecord(byte* base, dbFieldDescriptor* first) in dumpRecord() function in dbSubSql
803 dumpRecord(elem, fd->components); in dumpRecord()
818 dumpRecord(base, fd->components); in dumpRecord()
2161 dumpRecord((byte*)getRow(tie, cursor.currId), columnList); in parse()
2169 dumpRecord((byte*)getRow(tie, cursor.currId), columnList); in parse()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/orbcore/
H A DinitRefs.cc796 void dumpRecord(serviceRecord& rec, orbOptions::sequenceString& result) { in dumpRecord() function in InitRefHandler
807 dumpRecord(the_argsServiceList[i],result); in dump()
811 dumpRecord(the_fileServiceList[i],result); in dump()
/dports/www/firefox-esr/firefox-91.8.0/services/settings/
H A DAttachments.jsm231 const dumpRecord = fallbackToDump && (await dumpInfo.getRecord());
232 if (dumpRecord?.last_modified >= cacheRecord.last_modified) {
/dports/www/firefox/firefox-99.0/services/settings/
H A DAttachments.jsm229 const dumpRecord = fallbackToDump && (await dumpInfo.getRecord());
230 if (dumpRecord?.last_modified >= cacheRecord.last_modified) {
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/
H A DAttachments.jsm231 const dumpRecord = fallbackToDump && (await dumpInfo.getRecord());
232 if (dumpRecord?.last_modified >= cacheRecord.last_modified) {
/dports/lang/spidermonkey78/firefox-78.9.0/services/settings/
H A DAttachments.jsm231 const dumpRecord = fallbackToDump && (await dumpInfo.getRecord());
232 if (dumpRecord?.last_modified >= cacheRecord.last_modified) {
/dports/databases/fastdb/fastdb/src/
H A Dsubsql.cpp695 void dbSubSql::dumpRecord(byte* base, dbFieldDescriptor* first) in dumpRecord() function in dbSubSql
767 dumpRecord(elem, fd->components); in dumpRecord()
782 dumpRecord(base, fd->components); in dumpRecord()
2116 dumpRecord((byte*)getRow(cursor.currId), columnList); in parse()
2124 dumpRecord((byte*)getRow(cursor.currId), columnList); in parse()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/server/
H A DAuctionServerManager.java268 JConfig.log().logMessage("We lost the underlying auction for: " + ae.dumpRecord()); in importListingsToUI()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1332 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1396 dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
1745 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, Func, 0); in EmitBuiltinExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1165 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1229 dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
1526 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, Func, 0); in EmitBuiltinExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1467 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1525 dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
1972 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1394 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1453 dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
1838 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1467 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1525 dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
1972 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1511 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1568 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
2015 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBuiltin.cpp2020 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
2077 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
2640 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp2020 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
2077 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
2640 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp1976 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
2033 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
2596 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBuiltin.cpp1512 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1570 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
2139 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp2020 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
2077 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
2640 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp1516 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() function
1573 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()
2055 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, in EmitBuiltinExpr()

12