Searched refs:ValidateState (Results 1 – 1 of 1) sorted by relevance
231 … ValidateState(State.ExpectedEndOfDocument, "Unexpected end of document in state: "); in NextImpl()244 … ValidateState(State.ObjectBeforeColon, "Invalid state to read a colon: "); in NextImpl()248 …ValidateState(State.ObjectAfterProperty | State.ArrayAfterValue, "Invalid state to read a comma: "… in NextImpl()264 ValidateState(ValueStates, "Invalid state to read an open brace: "); in NextImpl()269 …ValidateState(State.ObjectAfterProperty | State.ObjectStart, "Invalid state to read a close brace:… in NextImpl()273 … ValidateState(ValueStates, "Invalid state to read an open square bracket: "); in NextImpl()278 …ValidateState(State.ArrayAfterValue | State.ArrayStart, "Invalid state to read a close square brac… in NextImpl()313 private void ValidateState(State validStates, string errorPrefix) in ValidateState() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer559 ValidateState(ValueStates, errorPrefix); in ValidateAndModifyStateForValue()