MCPcopy Create free account
hub / github.com/alibaba/MNN / GeneratedFileName

Function GeneratedFileName

3rd_party/flatbuffers/src/idl_gen_cpp.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29inline char ToUpper(char c) { return static_cast<char>(::toupper(c)); }
30
31static std::string GeneratedFileName(const std::string &path,
32 const std::string &file_name) {
33 return path + file_name + "_generated.h";
34}
35
36namespace cpp {
37class CppFloatConstantGenerator : public FloatConstantGenerator {

Callers 2

generateMethod · 0.70
CPPMakeRuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected