Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp3989 std::string sourceLC = _source; in convertInto() local
3990 std::transform( sourceLC.begin(), sourceLC.end(), sourceLC.begin(), ::tolower ); in convertInto()
3991 …if( sourceLC == "y" || sourceLC == "1" || sourceLC == "true" || sourceLC == "yes" || sourceLC == "… in convertInto()
3993 …else if( sourceLC == "n" || sourceLC == "0" || sourceLC == "false" || sourceLC == "no" || sourceLC in convertInto()