Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_reader.h49 JSON_ALLOW_TRAILING_COMMAS = 1 << 0, enumerator
Djson_parser.cc375 if (token == T_OBJECT_END && !(options_ & JSON_ALLOW_TRAILING_COMMAS)) { in ConsumeDictionary()
418 if (token == T_ARRAY_END && !(options_ & JSON_ALLOW_TRAILING_COMMAS)) { in ConsumeList()
/third_party/cef/libcef/common/
Djson_impl.cc17 op |= base::JSON_ALLOW_TRAILING_COMMAS; in GetJSONReaderOptions()