Searched refs:ObjectStart (Results 1 – 3 of 3) sorted by relevance
253 if ((state & (State.ObjectStart | State.ObjectAfterComma)) != 0) in NextImpl()265 state = State.ObjectStart; in NextImpl()269 …ValidateState(State.ObjectAfterProperty | State.ObjectStart, "Invalid state to read a close brace:… in NextImpl()649 ObjectStart = 1 << 3, enumerator
238 return Token::ObjectStart; in GetToken()549 case JSONParser::Token::ObjectStart: in ParseJSONValue()
271 ObjectStart, enumerator