Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dparse_tree.cc317 base::Value AccessorNode::GetJSONNode() const { in GetJSONNode() function in AccessorNode
507 base::Value BinaryOpNode::GetJSONNode() const { in GetJSONNode() function in BinaryOpNode
599 base::Value BlockNode::GetJSONNode() const { in GetJSONNode() function in BlockNode
695 base::Value ConditionNode::GetJSONNode() const { in GetJSONNode() function in ConditionNode
753 base::Value FunctionCallNode::GetJSONNode() const { in GetJSONNode() function in FunctionCallNode
833 base::Value IdentifierNode::GetJSONNode() const { in GetJSONNode() function in IdentifierNode
890 base::Value ListNode::GetJSONNode() const { in GetJSONNode() function in ListNode
1119 base::Value LiteralNode::GetJSONNode() const { in GetJSONNode() function in LiteralNode
1163 base::Value UnaryOpNode::GetJSONNode() const { in GetJSONNode() function in UnaryOpNode
1205 base::Value BlockCommentNode::GetJSONNode() const { in GetJSONNode() function in BlockCommentNode
[all …]
Doperators_unittest.cc43 base::Value GetJSONNode() const override { in GetJSONNode() function in __anonc12147f40111::TestParseNode