OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:process_functions
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/testing/
multiprocess_func_list.cc
47
const ProcessFunctions&
process_functions
= it->second;
local
48
if (
process_functions
.setup)
49
(*
process_functions
.setup)();
50
if (
process_functions
.main)
51
return (*
process_functions
.main)();
Completed in 122 milliseconds