Searched refs:KeywordFunctionMap (Results 1 – 6 of 6) sorted by relevance
34 using KeywordFunctionMap = KeywordMap<std::pair<bool, BuiltinFunction>>; variable35 class BuiltinFunctionMap : public KeywordFunctionMap {
78 static void set_function_map(const KeywordFunctionMap* function_map) { in set_function_map()94 static const KeywordFunctionMap* function_map_;
29 class TestFunctionMap : public KeywordFunctionMap {
63 int SubcontextMain(int argc, char** argv, const KeywordFunctionMap* function_map);
101 SubcontextProcess(const KeywordFunctionMap* function_map, std::string context, int init_fd) in SubcontextProcess()111 const KeywordFunctionMap* function_map_;217 int SubcontextMain(int argc, char** argv, const KeywordFunctionMap* function_map) { in SubcontextMain()
84 const KeywordFunctionMap* Action::function_map_ = nullptr;