Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovScript.cpp700 static std::string removeMatching(const std::string &s) { in removeMatching() function in __anon0fcb97670211::ParseMD
710 return removeMatching<'{', '}'>(s); in removeBraces()
714 return removeMatching<'"', '"'>(s); in removeQuotes()