Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/json/
H A Djson_reader.cc84 JSONReader::Result DecodeJSONInRust(std::string_view json, in DecodeJSONInRust() function
144 JSONReader::Result result = DecodeJSONInRust(json, options, max_depth); in Read()
177 return DecodeJSONInRust(json, options, internal::kAbsoluteMaxDepth); in ReadAndReturnValueWithError()