Home
last modified time | relevance | path

Searched refs:ExpectedEndOfDocument (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs203 … ValidateState(State.ExpectedEndOfDocument, "Unexpected end of document in state: "); in NextImpl()
535 state = State.ExpectedEndOfDocument; in ValidateAndModifyStateForValue()
566 state = State.ExpectedEndOfDocument; in PopContainer()
608 ExpectedEndOfDocument = 1 << 1, enumerator