Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs216 … ValidateState(State.ObjectBeforeColon, "Invalid state to read a colon: "); in NextImpl()
227 state = State.ObjectBeforeColon; in NextImpl()
626 ObjectBeforeColon = 1 << 4, enumerator