Home
last modified time | relevance | path

Searched refs:ValidateState (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs231 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 bracket: "); in NextImpl()
313 private void ValidateState(State validStates, string errorPrefix) in ValidateState() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
559 ValidateState(ValueStates, errorPrefix); in ValidateAndModifyStateForValue()

Completed in 2 milliseconds