Home
last modified time | relevance | path

Searched defs:fromJson (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/libc/benchmarks/
DJSON.cpp43 static Error fromJson(const json::Value &V, double &Out) { in fromJson() function
51 static Error fromJson(const json::Value &V, std::string &Out) { in fromJson() function
59 static Error fromJson(const json::Value &V, uint32_t &Out) { in fromJson() function
63 static Error fromJson(const json::Value &V, uint8_t &Out) { in fromJson() function
67 static Error fromJson(const json::Value &V, int &Out) { in fromJson() function
71 static Error fromJson(const json::Value &V, libc_benchmarks::Duration &D) { in fromJson() function
78 static Error fromJson(const json::Value &V, MaybeAlign &Out) { in fromJson() function
96 static Error fromJson(const json::Value &V, in fromJson() function
131 static Error fromJson(const json::Value &V, std::vector<T> &Out) { in fromJson() function
136 static Error fromJson(const json::Value &V, SmallVectorImpl<T> &Out) { in fromJson() function
[all …]
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DConnectedBoard.java32 public void fromJson(JSONObject object) { in fromJson() method in ConnectedBoard
DJsonRpcEntity.java10 public abstract void fromJson(JSONObject object); in fromJson() method in JsonRpcEntity
DConnectedDutInfo.java38 public void fromJson(JSONObject object) { in fromJson() method in ConnectedDutInfo
DWifiInfo.java58 public void fromJson(JSONObject object) { in fromJson() method in WifiInfo
DOperationStatus.java40 public void fromJson(JSONObject object) { in fromJson() method in OperationStatus
DNetworkInfo.java44 public void fromJson(JSONObject object) { in fromJson() method in NetworkInfo
DCloudStorageInfo.java87 public void fromJson(JSONObject object) { in fromJson() method in CloudStorageInfo
DVersionInfo.java64 public void fromJson(JSONObject object) { in fromJson() method in VersionInfo
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DCaseInsensitiveDeserTest.java64 public static Obj1854 fromJson(@JsonProperty("ID") int id, in fromJson() method in CaseInsensitiveDeserTest.Obj1854
88 public static ChildObj1854 fromJson(@JsonProperty("ChildID") String cid) { in fromJson() method in CaseInsensitiveDeserTest.ChildObj1854
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DDelegatingExternalProperty1003Test.java24 static HeroBattle fromJson(Delegate json) { in fromJson() method in DelegatingExternalProperty1003Test.HeroBattle
/external/skia/gm/
Dparticles.cpp47 SkFromJsonVisitor fromJson(dom.root()); in onOnceBeforeDraw() local
/external/skia/modules/canvaskit/
Dparticles_bindings.cpp172 SkFromJsonVisitor fromJson(dom.root()); in EMSCRIPTEN_BINDINGS() local
/external/skia/tools/viewer/
DParticlesSlide.cpp223 SkFromJsonVisitor fromJson(dom.root()); in loadEffects() local