OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildFunctionPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/
multiprocess_func_list.h
32
typedef int (*
ChildFunctionPtr
)();
38
AppendMultiProcessTest(std::string test_name,
ChildFunctionPtr
func_ptr);
multiprocess_func_list.cc
15
typedef std::map<std::string,
ChildFunctionPtr
> MultiProcessTestMap;
26
ChildFunctionPtr
func_ptr) {
34
ChildFunctionPtr
func = it->second;
Completed in 504 milliseconds