Home
last modified time | relevance | path

Searched defs:ParseFile (Results 1 – 2 of 2) sorted by relevance

/third_party/json/benchmarks/src/
Dbenchmarks.cpp11 static void ParseFile(benchmark::State& state, const char* filename) in ParseFile() function
/third_party/gn/src/gn/
Dparser.cc686 std::unique_ptr<ParseNode> Parser::ParseFile() { in ParseFile() function in Parser