Home
last modified time | relevance | path

Searched refs:dump_tree (Results 1 - 3 of 3) sorted by relevance

/third_party/gn/src/gn/
H A Dcommand_format.cc1239 TreeDumpMode dump_tree, in DoFormat()
1242 if (dump_tree == TreeDumpMode::kPlainText) { in DoFormat()
1246 } else if (dump_tree == TreeDumpMode::kJSON) { in DoFormat()
1269 TreeDumpMode dump_tree, in FormatStringToString()
1291 DoFormat(parse_node.get(), dump_tree, output, dump_output); in FormatStringToString()
1304 TreeDumpMode dump_tree = TreeDumpMode::kInactive; in RunFormat() local
1310 dump_tree = TreeDumpMode::kJSON; in RunFormat()
1312 dump_tree = TreeDumpMode::kPlainText; in RunFormat()
1343 if (!FormatStringToString(input, dump_tree, &output, &dump_output)) in RunFormat()
1423 if (!FormatStringToString(original_contents, dump_tree, in RunFormat()
1238 DoFormat(const ParseNode* root, TreeDumpMode dump_tree, std::string* output, std::string* dump_output) DoFormat() argument
1268 FormatStringToString(const std::string& input, TreeDumpMode dump_tree, std::string* output, std::string* dump_output) FormatStringToString() argument
[all...]
H A Dcommand_format.h30 TreeDumpMode dump_tree,
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_server_table.py165 def dump_tree(self, node, base_opcode, remaining_bits, base_entry, depth): member in function_table
231 self.dump_tree(child, base_opcode, remaining_bits - M, child_index, depth + 1)
284 self.dump_tree(tree, 0, self.max_bits, 0, 1)

Completed in 6 milliseconds