Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp17 bool fromJSON(const json::Value &value, TraceSupportedResponse &packet, in fromJSON() function
34 bool fromJSON(const json::Value &value, TraceStartRequest &packet, Path path) { in fromJSON() function
56 bool fromJSON(const json::Value &value, TraceStopRequest &packet, Path path) { in fromJSON() function
68 bool fromJSON(const json::Value &value, TraceGetStateRequest &packet, in fromJSON() function
78 bool fromJSON(const json::Value &value, TraceBinaryData &packet, Path path) { in fromJSON() function
87 bool fromJSON(const json::Value &value, TraceThreadState &packet, Path path) { in fromJSON() function
98 bool fromJSON(const json::Value &value, TraceGetStateResponse &packet, in fromJSON() function
121 bool fromJSON(const json::Value &value, TraceGetBinaryDataRequest &packet, in fromJSON() function
H A DTraceIntelPTGDBRemotePackets.cpp16 bool fromJSON(const json::Value &value, TraceIntelPTStartRequest &packet, in fromJSON() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp177 bool fromJSON(const Value &value, TraceSessionFileParser::JSONAddress &address, in fromJSON() function
187 bool fromJSON(const Value &value, TraceSessionFileParser::JSONModule &module, in fromJSON() function
196 bool fromJSON(const Value &value, TraceSessionFileParser::JSONThread &thread, in fromJSON() function
202 bool fromJSON(const Value &value, TraceSessionFileParser::JSONProcess &process, in fromJSON() function
209 bool fromJSON(const Value &value, in fromJSON() function
216 bool fromJSON(const Value &value, in fromJSON() function
H A DTraceSessionFileParser.h163 bool fromJSON( in fromJSON() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.cpp77 bool fromJSON( in fromJSON() function
89 bool fromJSON(const json::Value &value, in fromJSON() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h646 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
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp40 bool fromJSON(const Value &value, JSONSimplePluginSettings &plugin_settings, in fromJSON() function
46 bool fromJSON(const Value &value, JSONSimpleTraceSession &session, Path path) { in fromJSON() function