Lines Matching refs:front
168 if (S.front() == '{') {
174 if (S.front() != 'v' && S.front() != 's' && S.front() != 'a') {
198 if (!S.empty() && S.front() == '[') {
205 if (!S.empty() && S.front() == ':') {
214 if (S.empty() || S.front() != ']')
218 if (S.empty() || S.front() != '}')
412 assert(F.front() == '+' || F.front() == '-');
415 bool IsOn = F.front() == '+';