Searched defs:fromJSON (Results 1 – 2 of 2) sorted by relevance
600 inline bool fromJSON(const Value &E, std::string &Out) { in fromJSON() function607 inline bool fromJSON(const Value &E, int &Out) { in fromJSON() function614 inline bool fromJSON(const Value &E, int64_t &Out) { in fromJSON() function621 inline bool fromJSON(const Value &E, double &Out) { in fromJSON() function628 inline bool fromJSON(const Value &E, bool &Out) { in fromJSON() function635 template <typename T> bool fromJSON(const Value &E, llvm::Optional<T> &Out) { in fromJSON() function646 template <typename T> bool fromJSON(const Value &E, std::vector<T> &Out) { in fromJSON() function658 bool fromJSON(const Value &E, std::map<std::string, T> &Out) { in fromJSON() function
23 public JSONObject fromJSON() throws JSONException; in fromJSON() method