Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs253 if ((state & (State.ObjectStart | State.ObjectAfterComma)) != 0) in NextImpl()
265 state = State.ObjectStart; in NextImpl()
269 …ValidateState(State.ObjectAfterProperty | State.ObjectStart, "Invalid state to read a close brace:… in NextImpl()
649 ObjectStart = 1 << 3, enumerator
/external/llvm-project/lldb/tools/debugserver/source/
DJSON.cpp238 return Token::ObjectStart; in GetToken()
549 case JSONParser::Token::ObjectStart: in ParseJSONValue()
DJSON.h271 ObjectStart, enumerator