Searched refs:T_OBJECT_END (Results 1 – 2 of 2) sorted by relevance
220 return T_OBJECT_END; in GetNextToken()351 while (token != T_OBJECT_END) { in ConsumeDictionary()386 if (token == T_OBJECT_END && !(options_ & JSON_ALLOW_TRAILING_COMMAS)) { in ConsumeDictionary()390 } else if (token != T_OBJECT_END) { in ConsumeDictionary()722 case T_OBJECT_END: in ConsumeNumber()
76 T_OBJECT_END, // } enumerator