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

Method strs

test_conformance/basic/test_progvar.cpp:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 return m_strings.size();
341 }
342 const char** strs()
343 {
344 freeze();
345 return m_c_strs;
346 }
347 const size_t* lengths()
348 {
349 freeze();

Callers 5

l_write_read_for_typeFunction · 0.80
l_capacityFunction · 0.80
l_user_typeFunction · 0.80
test_progvar.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected