Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Function · 0.80
l_init_write_read_for_type
Function · 0.80
l_capacity
Function · 0.80
l_user_type
Function · 0.80
test_progvar.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected