Searched refs:index_func_graph_ (Results 1 – 2 of 2) sorted by relevance
299 if (index_func_graph_.find(key) != index_func_graph_.end()) { in GetFuncGraphs()300 func_graphs = index_func_graph_[key]; in GetFuncGraphs()334 (void)index_func_graph_[name].insert(key); in Acquire()
97 std::map<std::string, std::set<FuncGraphPtr>> index_func_graph_; variable