Searched refs:def_func_map_ (Results 1 – 2 of 2) sorted by relevance
131 std::unordered_map<std::string, Function *> def_func_map_; variable
1047 ASSERT(def_func_map_.find(func_name) == def_func_map_.end()); in AddDefinedFunction()1048 def_func_map_[func_name] = def_func.get(); in AddDefinedFunction()1064 auto iter = def_func_map_.find(std::string(func_name)); in GetFunctionByNameImpl()1065 if (iter != def_func_map_.end()) { in GetFunctionByNameImpl()