Searched refs:ST_NAME (Results 1 – 2 of 2) sorted by relevance
50 enum { ST_TYPE, ST_NAME, ST_END } state = ST_TYPE; in parseTypeField() enumerator65 state = ST_NAME; in parseTypeField()69 case ST_NAME: in parseTypeField()
977 enum { ST_NAME, ST_ATT } state; in readAttributes() enumerator986 state = ST_NAME; in readAttributes()998 if (state == ST_ATT && (first == std::string::npos || first == 0)) state = ST_NAME; in readAttributes()1004 case ST_NAME: in readAttributes()