Home | History | Annotate | Download | only in base

Lines Matching full:somefunc

20 //   void SomeFunc(int a, const char* b) { }
21 // DispatchToFunction(&SomeFunc, tuple_a); // SomeFunc(1, "wee")
23 // &SomeFunc, MakeTuple(10, "foo")); // SomeFunc(10, "foo")