MCPcopy 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_typeFunction · 0.45
l_capacityFunction · 0.45
l_user_typeFunction · 0.45
test_progvar.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected