Searched refs:node_type (Results 1 – 2 of 2) sorted by relevance
218 def __init__ (self, node_type, head): argument219 self.node_type = node_type234 node = self.item.cast (self.node_type).dereference()246 node_type = lookup_stlport_priv_type ('_List_node<%s>' % ta0).pointer()247 return self.Iterator (node_type, self.val['_M_node']['_M_data'])269 def __init__ (self, rbiter, node_type): argument271 self.node_type = node_type280 self.pair = (item.cast (self.node_type))['_M_value_field']297 node_type \299 return self.Iterator (RbtreeIterator (self.val), node_type)[all …]
1123 String node_type; in DumpDependencyGraph() local1126 node_type = _T("NONE??"); in DumpDependencyGraph()1129 node_type = _T("PATH"); in DumpDependencyGraph()1132 node_type = _T("ERROR"); in DumpDependencyGraph()1135 node_type = _T("SYSTEM"); in DumpDependencyGraph()1140 node_type.c_str(), in DumpDependencyGraph()