Home
last modified time | relevance | path

Searched defs:fromJSON (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h566 inline bool fromJSON(const Value &E, std::string &Out) { in fromJSON() function
573 inline bool fromJSON(const Value &E, int &Out) { in fromJSON() function
580 inline bool fromJSON(const Value &E, int64_t &Out) { in fromJSON() function
587 inline bool fromJSON(const Value &E, double &Out) { in fromJSON() function
594 inline bool fromJSON(const Value &E, bool &Out) { in fromJSON() function
601 template <typename T> bool fromJSON(const Value &E, llvm::Optional<T> &Out) { in fromJSON() function
612 template <typename T> bool fromJSON(const Value &E, std::vector<T> &Out) { in fromJSON() function
624 bool fromJSON(const Value &E, std::map<std::string, T> &Out) { in fromJSON() function