Lines Matching defs:fromJson
44 static Error fromJson(const json::Value &V, bool &Out) { in fromJson() function
52 static Error fromJson(const json::Value &V, double &Out) { in fromJson() function
60 static Error fromJson(const json::Value &V, std::string &Out) { in fromJson() function
68 static Error fromJson(const json::Value &V, uint32_t &Out) { in fromJson() function
72 static Error fromJson(const json::Value &V, int &Out) { in fromJson() function
76 static Error fromJson(const json::Value &V, libc_benchmarks::Duration &D) { in fromJson() function
83 static Error fromJson(const json::Value &V, MaybeAlign &Out) { in fromJson() function
101 static Error fromJson(const json::Value &V, in fromJson() function
136 static Error fromJson(const json::Value &V, std::vector<T> &Out) { in fromJson() function
174 static Error fromJson(const json::Value &V, in fromJson() function
189 static Error fromJson(const json::Value &V, in fromJson() function
202 static Error fromJson(const json::Value &V, libc_benchmarks::CacheInfo &Out) { in fromJson() function
211 static Error fromJson(const json::Value &V, libc_benchmarks::HostState &Out) { in fromJson() function
219 static Error fromJson(const json::Value &V, libc_benchmarks::Runtime &Out) { in fromJson() function
228 static Error fromJson(const json::Value &V, libc_benchmarks::Study &Out) { in fromJson() function