Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs200 private static readonly State ValueStates = State.ArrayStart | State.ArrayAfterComma | State.ObjectAfterColon | State.StartOfDocument;
215 /// changing state (e.g. from ObjectBeforeColon to ObjectAfterColon)
245 state = State.ObjectAfterColon; in NextImpl()
555 /// and changes the state to the appropriate one, e.g. ObjectAfterColon to ObjectAfterProperty.
565 case State.ObjectAfterColon: in ValidateAndModifyStateForValue()
652 /// Next state: ObjectAfterColon
664 ObjectAfterColon = 1 << 5, enumerator

Completed in 2 milliseconds