| 54 | }; |
| 55 | |
| 56 | int ProtoUtils::Parse(const char *file, SyntaxTree *stree, const vector<string> &include_list) { |
| 57 | return Parse(file, stree, nullptr, include_list); |
| 58 | } |
| 59 | |
| 60 | int ProtoUtils::Parse(const char *file, SyntaxTree *stree, map<string, bool> *parsed_file_map, |
| 61 | const vector<string> &include_list) { |
nothing calls this directly
no outgoing calls
no test coverage detected