Home
last modified time | relevance | path

Searched refs:RowList (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/w32widgets/
H A DW32Table.cpp35 myRows.insert(myRows.end(), row - myRows.size() + 1, RowList()); in setElement()
37 RowList &rowList = myRows[row]; in setElement()
39 RowList::iterator it = rowList.begin(); in setElement()
55 for (RowList::const_iterator jt = it->begin(); jt != it->end(); ++jt) { in allocate()
64 for (RowList::const_iterator jt = it->begin(); jt != it->end(); ++jt) { in allocationSize()
73 for (RowList::const_iterator jt = it->begin(); jt != it->end(); ++jt) { in setVisible()
81 for (RowList::const_iterator jt = it->begin(); jt != it->end(); ++jt) { in isVisible()
93 for (RowList::const_iterator jt = it->begin(); jt != it->end(); ++jt) { in controlNumber()
104 for (RowList::const_iterator jt = it->begin(); jt != it->end(); ++jt) { in calculateSizes()
121 for (RowList::const_iterator jt = it->begin(); jt != it->end(); ++jt) { in calculateSizes()
[all …]
/dports/x11/xmh/xmh-1.0.3/
H A Dpick.c70 } RowListRec, *RowList; typedef
162 RowList row, in AddToggle()
221 RowList row = entry->row; in ExecRowOr()
459 RowList row, in CreateWidget()
502 RowList row = entry->row; in DeleteWidget()
534 RowList row; in AddRow()
536 group->rlist = (RowList *) in AddRow()
601 RowList row; in AddDetailGroup()
625 RowList row; in AddGeneralGroup()
659 RowList row; in InitGeneral()
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/
H A DParagraphMetrics.cpp100 RowList::iterator rit = rows_.end(); in getRow()
101 RowList::iterator const begin = rows_.begin(); in getRow()
119 RowList::const_iterator rit = rows_.end(); in getRow()
120 RowList::const_iterator const begin = rows_.begin(); in getRow()
133 RowList::const_iterator rit = rows_.end(); in pos2row()
134 RowList::const_iterator const begin = rows_.begin(); in pos2row()
H A DParagraphMetrics.h33 typedef std::vector<Row> RowList; typedef
76 RowList & rows() { return rows_; } in rows()
78 RowList const & rows() const { return rows_; } in rows()
96 mutable RowList rows_;
H A DTexRow.cpp234 RowList::iterator it = other.rowlist_.begin(); in append()
235 RowList::iterator const end = other.rowlist_.end(); in append()
439 RowListIterator(RowList::const_iterator r, in RowListIterator()
440 RowList::const_iterator r_end) in RowListIterator()
450 row_it_(RowList::const_iterator()), in RowListIterator()
451 row_end_(RowList::const_iterator()), in RowListIterator()
486 RowList::const_iterator const & row() const in row()
506 RowList::const_iterator row_it_;
508 RowList::const_iterator row_end_;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackageproc/
H A Ddmlpackageprocessor.h318 … const std::string& table, const dmlpackage::RowList& rows, DMLResult& result,
331 const dmlpackage::RowList& rows, DMLResult& result );
342 const dmlpackage::RowList& rows, DMLResult& result );
349 bool violatesUniqueConstraint( const dmlpackage::RowList& rows,
359 bool violatesCheckConstraint( const dmlpackage::RowList& rows,
370 bool violatesNotNullConstraint( const dmlpackage::RowList& rows, unsigned int colOffset,
380 bool violatesReferenceConstraint( const dmlpackage::RowList& rows,
396 const dmlpackage::RowList& rows,
438 const dmlpackage::RowList& rows,
449 bool violatesReferenceConstraint_updt( const dmlpackage::RowList& rows,
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackageproc/
H A Ddmlpackageprocessor.h318 … const std::string& table, const dmlpackage::RowList& rows, DMLResult& result,
331 const dmlpackage::RowList& rows, DMLResult& result );
342 const dmlpackage::RowList& rows, DMLResult& result );
349 bool violatesUniqueConstraint( const dmlpackage::RowList& rows,
359 bool violatesCheckConstraint( const dmlpackage::RowList& rows,
370 bool violatesNotNullConstraint( const dmlpackage::RowList& rows, unsigned int colOffset,
380 bool violatesReferenceConstraint( const dmlpackage::RowList& rows,
396 const dmlpackage::RowList& rows,
438 const dmlpackage::RowList& rows,
449 bool violatesReferenceConstraint_updt( const dmlpackage::RowList& rows,
/dports/lang/purescript/purescript-0.14.5/tests/purs/warning/
H A DKind-UnusedExplicitImport-1.purs6 import Type.RowList (RLProxy, RowList)
8 class A (a :: RowList Type)
H A DKind-UnusedExplicitImport-1.out5 The import of module Type.RowList contains the following unused references:
11 import Type.RowList (RowList)
H A DKind-UnusedImport.purs6 import Type.RowList (RowList)
H A DKind-UnusedExplicitImport-2.purs6 import Type.RowList (RLProxy, RowList)
H A DKind-UnusedExplicitImport-2.out5 The import of module Type.RowList contains the following unused references:
11 import Type.RowList (RLProxy)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/tools/
H A DNdbImportCsv.hpp61 typedef NdbImportUtil::RowList RowList; typedef in NdbImportCsv
293 RowList& rows_out,
294 RowList& rows_reject,
314 RowList& m_rows_out;
315 RowList& m_rows_reject;
322 RowList m_rows; // lines eval'd to rows
H A DNdbImportImpl.hpp61 typedef NdbImportUtil::RowList RowList; typedef in NdbImportImpl
305 RowList* m_rows_relay;
306 RowList* m_rows_exec[g_max_ndb_nodes];
307 RowList* m_rows_reject;
629 RowList m_rows_free;
679 RowList m_rows; // rows received
680 RowList* m_rows_exec[g_max_ndb_nodes]; // sorted to per-node
743 RowList m_rows; // received rows
782 RowList& rows_out);
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Ddata_log.cc94 typedef std::list<Row*> RowList; typedef in webrtc::LogTable
97 RowList rows_[2];
98 RowList* rows_history_;
99 RowList* rows_flush_;
153 for (RowList::iterator row_it = rows_history_->begin(); in ~LogTable()
253 RowList* tmp = rows_flush_; in Flush()
260 for (RowList::iterator row_it = rows_flush_->begin(); in Flush()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/source/
H A Ddata_log.cc94 typedef std::list<Row*> RowList; typedef in webrtc::LogTable
97 RowList rows_[2];
98 RowList* rows_history_;
99 RowList* rows_flush_;
153 for (RowList::iterator row_it = rows_history_->begin(); in ~LogTable()
253 RowList* tmp = rows_flush_; in Flush()
260 for (RowList::iterator row_it = rows_flush_->begin(); in Flush()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/
H A DModelDataTableModel.h88 typedef std::vector<int> RowList; typedef
89 mutable RowList m_sort;
90 mutable RowList m_rsort;
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DTextureLayoutTexture.h69 typedef std::vector< TextureLayoutRow > RowList; typedef
72 RowList rows;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl184 make_row2(RowList, 1) -> RowList;
185 make_row2([_OtherIndex | RowList], N) ->
186 make_row2(RowList, N-1).
321 RowList = snmp_generic:table_create_rest(StartCol, LastCol,
323 L = snmp_generic:init_defaults(Defs, RowList, StartCol),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl184 make_row2(RowList, 1) -> RowList;
185 make_row2([_OtherIndex | RowList], N) ->
186 make_row2(RowList, N-1).
321 RowList = snmp_generic:table_create_rest(StartCol, LastCol,
323 L = snmp_generic:init_defaults(Defs, RowList, StartCol),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl184 make_row2(RowList, 1) -> RowList;
185 make_row2([_OtherIndex | RowList], N) ->
186 make_row2(RowList, N-1).
321 RowList = snmp_generic:table_create_rest(StartCol, LastCol,
323 L = snmp_generic:init_defaults(Defs, RowList, StartCol),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl184 make_row2(RowList, 1) -> RowList;
185 make_row2([_OtherIndex | RowList], N) ->
186 make_row2(RowList, N-1).
321 RowList = snmp_generic:table_create_rest(StartCol, LastCol,
323 L = snmp_generic:init_defaults(Defs, RowList, StartCol),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl184 make_row2(RowList, 1) -> RowList;
185 make_row2([_OtherIndex | RowList], N) ->
186 make_row2(RowList, N-1).
321 RowList = snmp_generic:table_create_rest(StartCol, LastCol,
323 L = snmp_generic:init_defaults(Defs, RowList, StartCol),
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl184 make_row2(RowList, 1) -> RowList;
185 make_row2([_OtherIndex | RowList], N) ->
186 make_row2(RowList, N-1).
321 RowList = snmp_generic:table_create_rest(StartCol, LastCol,
323 L = snmp_generic:init_defaults(Defs, RowList, StartCol),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl184 make_row2(RowList, 1) -> RowList;
185 make_row2([_OtherIndex | RowList], N) ->
186 make_row2(RowList, N-1).
321 RowList = snmp_generic:table_create_rest(StartCol, LastCol,
323 L = snmp_generic:init_defaults(Defs, RowList, StartCol),

12345678910