Searched refs:MultiProcessTestMap (Results 1 – 2 of 2) 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()
27 typedef std::map<std::string, ProcessFunctions> MultiProcessTestMap; typedef30 MultiProcessTestMap& GetMultiprocessFuncMap() { in GetMultiprocessFuncMap()31 static MultiProcessTestMap test_name_to_func_ptr_map; in GetMultiprocessFuncMap()57 MultiProcessTestMap& func_lookup_table = GetMultiprocessFuncMap(); in InvokeChildProcessTestMain()58 MultiProcessTestMap::iterator it = func_lookup_table.find(test_name); in InvokeChildProcessTestMain()