Home
last modified time | relevance | path

Searched refs:DISCARDS_RESULT (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dparser.cc554 block = ParseBlock(Consume(), BlockNode::DISCARDS_RESULT); in IdentifierOrCall()
687 std::make_unique<BlockNode>(BlockNode::DISCARDS_RESULT); in ParseFile()
763 BlockNode::DISCARDS_RESULT)); in ParseCondition()
767 ParseBlock(Consume(), BlockNode::DISCARDS_RESULT)); in ParseCondition()
Dloader_unittest.cc156 BlockNode block(BlockNode::DISCARDS_RESULT); // Default response. in IssueAllPending()
Dparse_tree.cc611 } else if (result_mode_ == BlockNode::DISCARDS_RESULT) { in GetJSONNode()
630 ret.reset(new BlockNode(BlockNode::DISCARDS_RESULT)); in NewFromJSON()
Dparse_tree.h275 DISCARDS_RESULT enumerator