Searched defs:stringVector (Results 1 – 2 of 2) sorted by relevance
119 std::vector<std::string> stringVector { stringData }; in DoSomethingInterestingWithMyAPI() local
566 void ConvertStringVectorToJS(napi_env env, const std::vector<std::string> &stringVector, napi_value… in ConvertStringVectorToJS()