/external/llvm-project/clang-tools-extra/clangd/ |
D | Protocol.cpp | 54 bool fromJSON(const llvm::json::Value &E, URIForFile &R, llvm::json::Path P) { in fromJSON() function 88 bool fromJSON(const llvm::json::Value &Params, TextDocumentIdentifier &R, in fromJSON() function 100 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function 107 bool fromJSON(const llvm::json::Value &Params, Position &R, in fromJSON() function 124 bool fromJSON(const llvm::json::Value &Params, Range &R, llvm::json::Path P) { in fromJSON() function 151 bool fromJSON(const llvm::json::Value &Params, TextDocumentItem &R, in fromJSON() function 158 bool fromJSON(const llvm::json::Value &Params, TextEdit &R, in fromJSON() function 177 bool fromJSON(const llvm::json::Value &E, TraceLevel &Out, llvm::json::Path P) { in fromJSON() function 195 bool fromJSON(const llvm::json::Value &E, SymbolKind &Out, llvm::json::Path P) { in fromJSON() function 206 bool fromJSON(const llvm::json::Value &E, SymbolKindBitset &Out, in fromJSON() function [all …]
|
D | Protocol.h | 264 inline bool fromJSON(const llvm::json::Value &, NoParams &, llvm::json::Path) { in fromJSON() function
|
/external/llvm-project/lldb/source/Target/ |
D | TraceSessionFileParser.cpp | 178 bool fromJSON(const Value &value, TraceSessionFileParser::JSONAddress &address, in fromJSON() function 188 bool fromJSON(const Value &value, TraceSessionFileParser::JSONModule &module, in fromJSON() function 197 bool fromJSON(const Value &value, TraceSessionFileParser::JSONThread &thread, in fromJSON() function 203 bool fromJSON(const Value &value, TraceSessionFileParser::JSONProcess &process, in fromJSON() function 210 bool fromJSON(const Value &value, in fromJSON() function 217 bool fromJSON(const Value &value, in fromJSON() function
|
D | Trace.cpp | 39 bool fromJSON(const Value &value, JSONSimplePluginSettings &plugin_settings, in fromJSON() function 45 bool fromJSON(const Value &value, JSONSimpleTraceSession &session, Path path) { in fromJSON() function
|
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
D | TraceIntelPTSessionFileParser.cpp | 76 bool fromJSON(const Value &value, in fromJSON() function 84 bool fromJSON( in fromJSON() function
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonDeserializable.java | 23 public JSONObject fromJSON() throws JSONException; in fromJSON() method
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | JSON.h | 566 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
|
/external/llvm-project/lldb/source/Utility/ |
D | TraceOptions.cpp | 16 bool fromJSON(const Value &value, TraceTypeInfo &info, Path path) { in fromJSON() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
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
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Index.cpp | 34 bool fromJSON(const llvm::json::Value &Parameters, FuzzyFindRequest &Request, in fromJSON() function
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | TraceSessionFileParser.h | 163 bool fromJSON( in fromJSON() function
|
/external/llvm-project/llvm/unittests/Support/ |
D | JSONTest.cpp | 376 bool fromJSON(const Value &E, CustomStruct &R, Path P) { in fromJSON() function
|