Searched refs:fn_table (Results 1 – 1 of 1) sorted by relevance
318 static std::unordered_map<std::string, Function> fn_table; variable321 fn_table[name] = fn; in RegisterFunction()325 if (fn_table.find(name) == fn_table.end()) { in FindFunction()328 return fn_table[name]; in FindFunction()