Searched refs:fromJSON (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp55 if (json::fromJSON(value, s))
59 if (json::fromJSON(value, b))
63 if (json::fromJSON(value, i))
67 if (json::fromJSON(value, d))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h22 /// types. See fromJSON(), ObjectMapper, and the class comment on Value.
38 /// declarative than the toJSON/fromJSON conventions here.
256 /// fromJSON(const json::Value&, T&)->bool
265 /// ObjectMapper can help writing fromJSON() functions for object types.
566 inline bool fromJSON(const Value &E, std::string &Out) { function in namespace:llvm::json
573 inline bool fromJSON(const Value &E, int &Out) { function in namespace:llvm::json
580 inline bool fromJSON(const Value &E, int64_t &Out) { function in namespace:llvm::json
587 inline bool fromJSON(const Value &E, double &Out) { function in namespace:llvm::json
594 inline bool fromJSON(const Value &E, bool &Out) { function in namespace:llvm::json
601 template <typename T> bool fromJSON(cons function in namespace:llvm::json
612 template <typename T> bool fromJSON(const Value &E, std::vector<T> &Out) { function in namespace:llvm::json
624 bool fromJSON(const Value &E, std::map<std::string, T> &Out) { function in namespace:llvm::json
[all...]

Completed in 116 milliseconds