Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/StandAlone/
DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()