Home
last modified time | relevance | path

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

/external/libchrome/testing/
Dmultiprocess_func_list.cc25 typedef std::map<std::string, ProcessFunctions> MultiProcessTestMap; typedef
28 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()