Home
last modified time | relevance | path

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

/llvm-project/libc/benchmarks/
H A DJSON.cpp44 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
[all …]