Searched refs:genEntryPoints (Results 1 – 3 of 3) sorted by relevance
131 apiEntries.genEntryPoints(encoderDir + "/" + baseName + "_entry.cpp", ApiGen::CLIENT_SIDE); in main()149 …apiEntries.genEntryPoints(wrapperDir + "/" + baseName + "_wrapper_entry.cpp", ApiGen::WRAPPER_SIDE… in main()
77 int genEntryPoints(const std::string &filename, SideType side);
223 int ApiGen::genEntryPoints(const std::string & filename, SideType side) in genEntryPoints() function in ApiGen