• Home
  • Raw
  • Download

Lines Matching defs:Out

31 static Error intFromJsonTemplate(const json::Value &V, T &Out) {  in intFromJsonTemplate()
43 static Error fromJson(const json::Value &V, double &Out) { in fromJson()
51 static Error fromJson(const json::Value &V, std::string &Out) { in fromJson()
59 static Error fromJson(const json::Value &V, uint32_t &Out) { in fromJson()
63 static Error fromJson(const json::Value &V, uint8_t &Out) { in fromJson()
67 static Error fromJson(const json::Value &V, int &Out) { in fromJson()
78 static Error fromJson(const json::Value &V, MaybeAlign &Out) { in fromJson()
97 libc_benchmarks::BenchmarkLog &Out) { in fromJson()
118 Error vectorFromJsonTemplate(const json::Value &V, C &Out) { in vectorFromJsonTemplate()
131 static Error fromJson(const json::Value &V, std::vector<T> &Out) { in fromJson()
136 static Error fromJson(const json::Value &V, SmallVectorImpl<T> &Out) { in fromJson()
164 template <typename T> void map(StringRef Key, T &Out) { in map()
175 libc_benchmarks::BenchmarkOptions &Out) { in fromJson()
189 static Error fromJson(const json::Value &V, libc_benchmarks::SizeRange &Out) { in fromJson()
198 libc_benchmarks::StudyConfiguration &Out) { in fromJson()
209 static Error fromJson(const json::Value &V, libc_benchmarks::CacheInfo &Out) { in fromJson()
218 static Error fromJson(const json::Value &V, libc_benchmarks::HostState &Out) { in fromJson()
227 libc_benchmarks::FunctionMeasurements &Out) { in fromJson()
245 static Error fromJson(const json::Value &V, libc_benchmarks::Study &Out) { in fromJson()