Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dparse_tree.cc318 base::Value AccessorNode::GetJSONNode() const { in GetJSONNode() function in AccessorNode
516 base::Value BinaryOpNode::GetJSONNode() const { in GetJSONNode() function in BinaryOpNode
608 base::Value BlockNode::GetJSONNode() const { in GetJSONNode() function in BlockNode
704 base::Value ConditionNode::GetJSONNode() const { in GetJSONNode() function in ConditionNode
762 base::Value FunctionCallNode::GetJSONNode() const { in GetJSONNode() function in FunctionCallNode
842 base::Value IdentifierNode::GetJSONNode() const { in GetJSONNode() function in IdentifierNode
899 base::Value ListNode::GetJSONNode() const { in GetJSONNode() function in ListNode
1126 base::Value LiteralNode::GetJSONNode() const { in GetJSONNode() function in LiteralNode
1170 base::Value UnaryOpNode::GetJSONNode() const { in GetJSONNode() function in UnaryOpNode
1212 base::Value BlockCommentNode::GetJSONNode() const { in GetJSONNode() function in BlockCommentNode
[all …]
Doperators_unittest.cc43 base::Value GetJSONNode() const override { return base::Value(); } in GetJSONNode() function in __anonc0acf3350111::TestParseNode