MCPcopy Create free account
hub / github.com/baldurk/renderdoc / conv

Function conv

renderdoccmd/renderdoccmd.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include <string>
30
31rdcstr conv(const std::string &s)
32{
33 return rdcstr(s.c_str(), s.size());
34}
35
36std::string conv(const rdcstr &s)
37{

Callers 14

DoStringiseFunction · 0.70
convertArgsFunction · 0.70
ExecuteMethod · 0.70
ExecuteMethod · 0.70
ExecuteMethod · 0.70
ExecuteMethod · 0.70
ExecuteMethod · 0.70
formats_readerMethod · 0.70
ExecuteMethod · 0.70
ParseMethod · 0.70
ExecuteMethod · 0.70
ExecuteMethod · 0.70

Calls 6

rdcstrClass · 0.85
stringFunction · 0.85
c_strMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected