Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DJSON.h731 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function
739 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function
747 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function
755 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function
763 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function
771 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON() function
779 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function
788 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON() function
800 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function
813 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DJSON.h729 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function
737 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function
745 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function
753 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function
761 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function
769 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON() function
777 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function
786 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON() function
798 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function
811 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DJSON.h729 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function
737 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function
745 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function
753 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function
761 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function
769 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON() function
777 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function
786 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON() function
798 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function
811 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DJSON.h716 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function
724 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function
732 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function
740 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function
748 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function
756 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON() function
764 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function
773 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON() function
785 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function
798 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON() function