Lines Matching refs:std
96 static std::unique_ptr<Value> Read(std::string_view json,
104 static std::unique_ptr<Value> ReadAndReturnError(
105 std::string_view json,
108 std::string* error_msg_out,
114 static std::string ErrorCodeToString(JsonParseError error_code);
117 std::unique_ptr<Value> ReadToValue(std::string_view json);
125 std::string GetErrorMessage() const;
128 std::unique_ptr<internal::JSONParser> parser_;