Searched refs:genContextImpl (Results 1 – 3 of 3) sorted by relevance
126 …apiEntries.genContextImpl(encoderDir + "/" + baseName + "_client_context.cpp", ApiGen::CLIENT_SIDE… in main()140 …apiEntries.genContextImpl(decoderDir + "/" + baseName + "_server_context.cpp", ApiGen::SERVER_SIDE… in main()148 …apiEntries.genContextImpl(wrapperDir + "/" + baseName + "_wrapper_context.cpp", ApiGen::WRAPPER_SI… in main()
75 int genContextImpl(const std::string &filename, SideType side);
899 int ApiGen::genContextImpl(const std::string &filename, SideType side) in genContextImpl() function in ApiGen