Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovScript.cpp190 const size_t colonPosSize = strGlobalSize.find(':'); in RSoVScript() local
191 const std::string &strVal = strGlobalSize.substr(colonPosSize + 1); in RSoVScript()