Searched refs:function_map_ (Results 1 – 3 of 3) sorted by relevance
79 function_map_ = function_map; in set_function_map()94 static const KeywordFunctionMap* function_map_; variable
84 const KeywordFunctionMap* Action::function_map_ = nullptr; member in android::init::Action87 if (!function_map_) { in AddCommand()91 auto function = function_map_->FindFunction(args); in AddCommand()
102 : function_map_(function_map), context_(std::move(context)), init_fd_(init_fd){}; in SubcontextProcess()111 const KeywordFunctionMap* function_map_; member in android::init::__anon1cc809970111::SubcontextProcess124 auto map_result = function_map_->FindFunction(args); in RunCommand()