Searched refs:tempType (Results 1 – 1 of 1) sorted by relevance
42 std::string tempType = ""; in UrlStructor() local62 tempType.reserve(tempTypeSize); in UrlStructor()63 tempType.resize(tempTypeSize); in UrlStructor()64 if (napi_get_value_string_utf8(env, argv[1], tempType.data(), in UrlStructor()69 std::string base = tempType; in UrlStructor()