Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp4130 bool inQuotes; member in Clara::Parser
4140 Parser() : mode( None ), from( 0 ), inQuotes( false ){} in Parser()
4152 inQuotes = !inQuotes; in parseIntoTokens()
4169 if( inQuotes ) { in handleNone()
4202 if( inQuotes || std::string( "\0", 1 ).find( c ) == std::string::npos ) in handlePositional()