Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dparser.cc754 std::unique_ptr<ParseNode> Parser::ParseCondition() { in ParseCondition() function in Parser
/third_party/node/tools/
Dtest.py1195 def ParseCondition(expr): function