Lines Matching refs:token
35 // Extracts the flag name from a potential token.
53 const std::string& token) {
59 const std::string raw_flag(token);
113 // Parse a potential multi-token flag. Moves the iterator to the last flag's
114 // token if it's a multi-token flag. Returns `true` if the parsing succeeded.
115 // The iterator is moved to the last parsed token.
127 // This is a bi-token flag. Moving iterator to the last parsed token.
131 // This is a mono-token flag, no need to move the iterator.