Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs231 … ValidateState(State.ExpectedEndOfDocument, "Unexpected end of document in state: "); in NextImpl()
563 state = State.ExpectedEndOfDocument; in ValidateAndModifyStateForValue()
594 state = State.ExpectedEndOfDocument; in PopContainer()
636 ExpectedEndOfDocument = 1 << 1, enumerator