Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs172 …private static readonly State ValueStates = State.ArrayStart | State.ArrayAfterComma | State.Objec… field in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
236 ValidateState(ValueStates, "Invalid state to read an open brace: "); in NextImpl()
245 … ValidateState(ValueStates, "Invalid state to read an open square bracket: "); in NextImpl()
531 ValidateState(ValueStates, errorPrefix); in ValidateAndModifyStateForValue()