Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCL-CTS
/ add
Method
add
test_conformance/basic/test_progvar.cpp:331–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
~StringTable() { release_frozen(); }
330
331
void add(std::string s)
332
{
333
release_frozen();
334
m_strings.push_back(s);
335
}
336
337
const size_t num_str()
338
{
Callers
5
l_write_read_for_type
Function · 0.45
l_init_write_read_for_type
Function · 0.45
l_capacity
Function · 0.45
l_user_type
Function · 0.45
test_progvar.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected