Lines Matching refs:fromJson
43 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
125 if (auto E = fromJson(std::get<0>(InOutPair), std::get<1>(InOutPair))) in vectorFromJsonTemplate()
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
169 E = fromJson(*Value, Out); in map()
174 static Error fromJson(const json::Value &V, in fromJson() function
189 static Error fromJson(const json::Value &V, libc_benchmarks::SizeRange &Out) { in fromJson() function
197 static Error fromJson(const json::Value &V, in fromJson() function
209 static Error fromJson(const json::Value &V, libc_benchmarks::CacheInfo &Out) { in fromJson() function
218 static Error fromJson(const json::Value &V, libc_benchmarks::HostState &Out) { in fromJson() function
226 static Error fromJson(const json::Value &V, in fromJson() function
245 static Error fromJson(const json::Value &V, libc_benchmarks::Study &Out) { in fromJson() function
263 if (Error E = fromJson(*EV, S)) in ParseJsonStudy()