Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs225 if ((state & (State.ObjectStart | State.ObjectAfterComma)) != 0) in NextImpl()
237 state = State.ObjectStart; in NextImpl()
241 …ValidateState(State.ObjectAfterProperty | State.ObjectStart, "Invalid state to read a close brace:… in NextImpl()
621 ObjectStart = 1 << 3, enumerator