Home
last modified time | relevance | path

Searched refs:fn_table (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/edify/
Dexpr.cpp318 static std::unordered_map<std::string, Function> fn_table; variable
321 fn_table[name] = fn; in RegisterFunction()
325 if (fn_table.find(name) == fn_table.end()) { in FindFunction()
328 return fn_table[name]; in FindFunction()