Searched refs:MultiProcessTestMap (Results 1 – 1 of 1) sorted by relevance
25 typedef std::map<std::string, ProcessFunctions> MultiProcessTestMap; typedef28 MultiProcessTestMap& GetMultiprocessFuncMap() { in GetMultiprocessFuncMap()29 static MultiProcessTestMap test_name_to_func_ptr_map; in GetMultiprocessFuncMap()44 MultiProcessTestMap& func_lookup_table = GetMultiprocessFuncMap(); in InvokeChildProcessTest()45 MultiProcessTestMap::iterator it = func_lookup_table.find(test_name); in InvokeChildProcessTest()