|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <string>#include <vector>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "internal.h"Functions | |
| bool | ParseKeyValueArguments (std::map< std::string, std::string > *out_args, const std::vector< std::string > &args, const struct argument *templates) |
| void | PrintUsage (const struct argument *templates) |
| bool | GetUnsigned (unsigned *out, const std::string &arg_name, unsigned default_value, const std::map< std::string, std::string > &args) |
| bool GetUnsigned | ( | unsigned * | out, |
| const std::string & | arg_name, | ||
| unsigned | default_value, | ||
| const std::map< std::string, std::string > & | args | ||
| ) |
| bool ParseKeyValueArguments | ( | std::map< std::string, std::string > * | out_args, |
| const std::vector< std::string > & | args, | ||
| const struct argument * | templates | ||
| ) |
1.8.13