Home
last modified time | relevance | path

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

/aosp_15_r20/external/stg/
H A Dnaming.cc309 struct DescribeExtraWorker { struct
310 explicit DescribeExtraWorker(const Graph& graph) : graph(graph) {} in DescribeExtraWorker() function
312 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;