Searched defs:fromJSON (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | JSON.h | 646 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function 654 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function 662 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function 670 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function 678 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function 686 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function 695 bool fromJSON(const Value &E, llvm::Optional<T> &Out, Path P) { in fromJSON() function 707 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function 720 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON() function
|