Searched defs:DescribeExtraWorker (Results 1 – 1 of 1) sorted by relevance
309 struct DescribeExtraWorker { struct310 explicit DescribeExtraWorker(const Graph& graph) : graph(graph) {} in DescribeExtraWorker() function312 std::string operator()(Id id) { in operator ()()316 std::string operator()(const ElfSymbol& x) { in operator ()()323 std::string operator()(const Node&) { in operator ()()327 const Graph& graph;