Searched defs:fromJSON (Results 1 – 1 of 1) sorted by relevance
566 inline bool fromJSON(const Value &E, std::string &Out) { in fromJSON() function573 inline bool fromJSON(const Value &E, int &Out) { in fromJSON() function580 inline bool fromJSON(const Value &E, int64_t &Out) { in fromJSON() function587 inline bool fromJSON(const Value &E, double &Out) { in fromJSON() function594 inline bool fromJSON(const Value &E, bool &Out) { in fromJSON() function601 template <typename T> bool fromJSON(const Value &E, llvm::Optional<T> &Out) { in fromJSON() function612 template <typename T> bool fromJSON(const Value &E, std::vector<T> &Out) { in fromJSON() function624 bool fromJSON(const Value &E, std::map<std::string, T> &Out) { in fromJSON() function