Searched defs:aRow (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp1009 QModelIndex StorageModel::index (int aRow, int aColumn, const QModelIndex &aParent) const argument
1011 if (!hasIndex (aRow, aColumn, aParent))
1015 static_cast <AbstractItem*> (aParent.internalPointer())->childByPos (aRow);
1017 return item ? createIndex (aRow, aColumn, item) : QModelIndex();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h430 ULONG cRows; /* Count of rows in aRow */
431 SRow aRow[MAPI_DIM]; /* Array of rows of length cRows */ member in struct:_SRowSet
434 #define CbNewSRowSet(c) (offsetof(SRowSet,aRow)+(c)*sizeof(SRow))
437 struct _SRowSet_##id { ULONG cRows; SRow aRow[n]; } id
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h433 ULONG cRows; /* Count of rows in aRow */
434 SRow aRow[MAPI_DIM]; /* Array of rows of length cRows */ member in struct:_SRowSet
437 #define CbNewSRowSet(c) (offsetof(SRowSet,aRow)+(c)*sizeof(SRow))
440 struct _SRowSet_##id { ULONG cRows; SRow aRow[n]; } id

Completed in 72 milliseconds