reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
82 if (Str.empty()) 86 if (size_t Pos = Str.find_first_not_of(" \t\r\n,")) { 87 Str = Str.substr(Pos); 87 Str = Str.substr(Pos); 92 if (Str[0] == '#') { 93 Str = Str.substr(Str.find_first_of('\n')); 93 Str = Str.substr(Str.find_first_of('\n')); 93 Str = Str.substr(Str.find_first_of('\n'));