Home
last modified time | relevance | path

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

/test/dittosuite/
Ddittotrace.cpp51 std::string raw_arguments = line.substr(line.find('(') + 1, line.find(')') - line.find('(') - 1); in ProcessLine() local
57 while ((next = raw_arguments.find(", ", last)) != std::string::npos) { in ProcessLine()
58 std::string part = raw_arguments.substr(last, next - last); in ProcessLine()
62 std::string part = raw_arguments.substr(last); in ProcessLine()