MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / getNumRows

Method getNumRows

test_conformance/spir/run_services.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 */
314
315size_t DataTable::getNumRows() const
316{
317 return m_rows.size();
318}
319
320void DataTable::addTableRow(DataRow *dr)
321{

Callers 3

getRequiredExtensionsMethod · 0.80
isImagesRequiredMethod · 0.80
isImages3DRequiredMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected