Searched refs:T_OBJECT_END (Results 1 – 2 of 2) sorted by relevance
213 return T_OBJECT_END; in GetNextToken()343 while (token != T_OBJECT_END) { in ConsumeDictionary()377 if (token == T_OBJECT_END && !(options_ & JSON_ALLOW_TRAILING_COMMAS)) { in ConsumeDictionary()381 } else if (token != T_OBJECT_END) { in ConsumeDictionary()665 case T_OBJECT_END: in ConsumeNumber()
72 T_OBJECT_END, // } enumerator