Searched refs:tokenStream (Results 1 – 4 of 4) sorted by relevance
92 istringstream tokenStream(s); in splitString() local95 return vector<string>(istream_iterator<string>(tokenStream), in splitString()102 while (std::getline(tokenStream, token, delim)) in splitString()
241 istringstream tokenStream(string(entryIt->extensions)); in addExtFormats() local242 istream_iterator<string> tokens((tokenStream)), end; in addExtFormats()
5722 std::stringstream tokenStream = sh::InitializeStream<std::stringstream>(); in checkTextureOffsetConst() local5723 tokenStream << offsetValue; in checkTextureOffsetConst()5724 std::string token = tokenStream.str(); in checkTextureOffsetConst()
6691 std::stringstream tokenStream = sh::InitializeStream<std::stringstream>(); in checkSingleTextureOffset() local6692 tokenStream << offsetValue; in checkSingleTextureOffset()6693 std::string token = tokenStream.str(); in checkSingleTextureOffset()