Searched refs:WRAPPER_SIDE (Results 1 – 3 of 3) sorted by relevance
146 … apiEntries.genProcTypes(wrapperDir + "/" + baseName + "_wrapper_proc.h", ApiGen::WRAPPER_SIDE); in main()147 … apiEntries.genContext(wrapperDir + "/" + baseName + "_wrapper_context.h", ApiGen::WRAPPER_SIDE); in main()148 …Entries.genContextImpl(wrapperDir + "/" + baseName + "_wrapper_context.cpp", ApiGen::WRAPPER_SIDE); in main()149 …piEntries.genEntryPoints(wrapperDir + "/" + baseName + "_wrapper_entry.cpp", ApiGen::WRAPPER_SIDE); in main()
28 typedef enum { CLIENT_SIDE, SERVER_SIDE, WRAPPER_SIDE } SideType; enumerator54 case WRAPPER_SIDE: in sideString()
201 if (side == CLIENT_SIDE || side == WRAPPER_SIDE) { in genContext()226 if (side != CLIENT_SIDE && side != WRAPPER_SIDE) { in genEntryPoints()