Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dparse_tree.cc215 base::Value AccessorNode::GetJSONNode() const { in GetJSONNode() function in AccessorNode
379 base::Value BinaryOpNode::GetJSONNode() const { in GetJSONNode() function in BinaryOpNode
458 base::Value BlockNode::GetJSONNode() const { in GetJSONNode() function in BlockNode
514 base::Value ConditionNode::GetJSONNode() const { in GetJSONNode() function in ConditionNode
553 base::Value FunctionCallNode::GetJSONNode() const { in GetJSONNode() function in FunctionCallNode
618 base::Value IdentifierNode::GetJSONNode() const { in GetJSONNode() function in IdentifierNode
667 base::Value ListNode::GetJSONNode() const { in GetJSONNode() function in ListNode
877 base::Value LiteralNode::GetJSONNode() const { in GetJSONNode() function in LiteralNode
913 base::Value UnaryOpNode::GetJSONNode() const { in GetJSONNode() function in UnaryOpNode
944 base::Value BlockCommentNode::GetJSONNode() const { in GetJSONNode() function in BlockCommentNode
[all …]
Doperators_unittest.cc43 base::Value GetJSONNode() const override { in GetJSONNode() function in __anon360ea3180111::TestParseNode