Home
last modified time | relevance | path

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

/external/cronet/base/json/
Djson_reader.cc82 JSONReader::Result DecodeJSONInRust(const base::StringPiece& json, in DecodeJSONInRust() function
139 JSONReader::Result result = DecodeJSONInRust(json, options, max_depth); in Read()
154 return DecodeJSONInRust(json, options, internal::kAbsoluteMaxDepth); in ReadAndReturnValueWithError()