Home
last modified time | relevance | path

Searched refs:tokenStream (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeStringUtil.cpp92 istringstream tokenStream(s); in splitString() local
95 return vector<string>(istream_iterator<string>(tokenStream), in splitString()
102 while (std::getline(tokenStream, token, delim)) in splitString()
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp241 istringstream tokenStream(string(entryIt->extensions)); in addExtFormats() local
242 istream_iterator<string> tokens((tokenStream)), end; in addExtFormats()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp5722 std::stringstream tokenStream = sh::InitializeStream<std::stringstream>(); in checkTextureOffsetConst() local
5723 tokenStream << offsetValue; in checkTextureOffsetConst()
5724 std::string token = tokenStream.str(); in checkTextureOffsetConst()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp6691 std::stringstream tokenStream = sh::InitializeStream<std::stringstream>(); in checkSingleTextureOffset() local
6692 tokenStream << offsetValue; in checkSingleTextureOffset()
6693 std::string token = tokenStream.str(); in checkSingleTextureOffset()