Searched refs:func_node (Results 1 – 2 of 2) sorted by relevance
97 for func_node in func_nodes:98 tmpl_node = spec.tmpl_nodes[func_node.prop("template")]100 func = Function(tmpl_node, func_node, self.is_impl,103 func_name = func_node.prop("name")125 def __init__(self, tmpl_node, func_node, force_skip_desc=False, categories=[]): argument129 self.name = func_node.prop("name")130 self.prefix = func_node.prop("default_prefix")131 self.is_external = (func_node.prop("external") == "true")136 self._skip_desc = (func_node.prop("skip_desc") == "true")141 self._gltype = func_node.prop("gltype")[all …]
1148 ProfileNode* func_node = root->FindChild(func_entry); in TEST() local1149 CHECK(func_node); in TEST()1154 for (int i = 0; i < hit_count; i++) func_node->IncrementLineTicks(hit_line); in TEST()1156 unsigned int line_count = func_node->GetHitLineCount(); in TEST()1159 CHECK(func_node->GetLineTicks(&entries[0], line_count)); in TEST()