|
|
|
@ -165,8 +165,8 @@ typedef GeneratorContext OutputDirectory; |
|
|
|
|
// "foo=bar,baz,qux=corge"
|
|
|
|
|
// parses to the pairs:
|
|
|
|
|
// ("foo", "bar"), ("baz", ""), ("qux", "corge")
|
|
|
|
|
LIBPROTOC_EXPORT void ParseGeneratorParameter(const string&, |
|
|
|
|
std::vector<std::pair<string, string> >*); |
|
|
|
|
LIBPROTOC_EXPORT void ParseGeneratorParameter( |
|
|
|
|
const string&, std::vector<std::pair<string, string> >*); |
|
|
|
|
|
|
|
|
|
} // namespace compiler
|
|
|
|
|
} // namespace protobuf
|
|
|
|
|