Searched defs:fromJSON (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | JSON.h | 708 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function 716 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function 724 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function 732 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function 740 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function 748 inline bool fromJSON(const Value &E, uint64_t &Out, Path P) { in fromJSON() function 756 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function 765 bool fromJSON(const Value &E, std::optional<T> &Out, Path P) { in fromJSON() function 777 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function 790 bool fromJSON(const Value &E, std::map<std::string, T> &Out, Path P) { in fromJSON() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | JSON.h | 600 inline bool fromJSON(const Value &E, std::string &Out) { in fromJSON() function 607 inline bool fromJSON(const Value &E, int &Out) { in fromJSON() function 614 inline bool fromJSON(const Value &E, int64_t &Out) { in fromJSON() function 621 inline bool fromJSON(const Value &E, double &Out) { in fromJSON() function 628 inline bool fromJSON(const Value &E, bool &Out) { in fromJSON() function 635 template <typename T> bool fromJSON(const Value &E, llvm::Optional<T> &Out) { in fromJSON() function 646 template <typename T> bool fromJSON(const Value &E, std::vector<T> &Out) { in fromJSON() function 658 bool fromJSON(const Value &E, std::map<std::string, T> &Out) { 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/cronet/stable/third_party/llvm-libc/src/benchmarks/automemcpy/lib/ |
D | ResultAnalyzerMain.cpp | 62 bool fromJSON(const json::Value &V, Sample &Out, json::Path P) { in fromJSON() function 88 bool fromJSON(const json::Value &V, JsonFile &JF, json::Path P) { in fromJSON() function
|
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/automemcpy/lib/ |
D | ResultAnalyzerMain.cpp | 62 bool fromJSON(const json::Value &V, Sample &Out, json::Path P) { in fromJSON() function 88 bool fromJSON(const json::Value &V, JsonFile &JF, json::Path P) { in fromJSON() function
|