|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <fstream>#include <iostream>#include "benchmarks.pb.h"Functions | |
| void | WriteFileWithPayloads (const std::string &name, const std::string &message_name, const std::vector< std::string > &payload) |
| void | WriteFile (const std::string &name, const std::string &message_name, const std::string &payload) |
| std::string | ReadFile (const std::string &name) |
| int | main () |
Variables | |
| std::set< std::string > | names |
| const char * | file_prefix = "dataset." |
| const char * | file_suffix = ".pb" |
| int main | ( | void | ) |
| std::string ReadFile | ( | const std::string & | name | ) |
| void WriteFile | ( | const std::string & | name, |
| const std::string & | message_name, | ||
| const std::string & | payload | ||
| ) |
| void WriteFileWithPayloads | ( | const std::string & | name, |
| const std::string & | message_name, | ||
| const std::vector< std::string > & | payload | ||
| ) |
| const char* file_prefix = "dataset." |
| const char* file_suffix = ".pb" |
| std::set<std::string> names |
1.8.13