Lines Matching defs:Out
32 static Error intFromJsonTemplate(const json::Value &V, T &Out) { in intFromJsonTemplate()
44 static Error fromJson(const json::Value &V, bool &Out) { in fromJson()
52 static Error fromJson(const json::Value &V, double &Out) { in fromJson()
60 static Error fromJson(const json::Value &V, std::string &Out) { in fromJson()
68 static Error fromJson(const json::Value &V, uint32_t &Out) { in fromJson()
72 static Error fromJson(const json::Value &V, int &Out) { in fromJson()
83 static Error fromJson(const json::Value &V, MaybeAlign &Out) { in fromJson()
102 libc_benchmarks::BenchmarkLog &Out) { in fromJson()
123 Error vectorFromJsonTemplate(const json::Value &V, C &Out) { in vectorFromJsonTemplate()
136 static Error fromJson(const json::Value &V, std::vector<T> &Out) { in fromJson()
164 template <typename T> void map(StringRef Key, T &Out) { in map()
175 libc_benchmarks::BenchmarkOptions &Out) { in fromJson()
190 libc_benchmarks::StudyConfiguration &Out) { in fromJson()
202 static Error fromJson(const json::Value &V, libc_benchmarks::CacheInfo &Out) { in fromJson()
211 static Error fromJson(const json::Value &V, libc_benchmarks::HostState &Out) { in fromJson()
219 static Error fromJson(const json::Value &V, libc_benchmarks::Runtime &Out) { in fromJson()
228 static Error fromJson(const json::Value &V, libc_benchmarks::Study &Out) { in fromJson()