Functions | |
void | bar2i (int, int) |
Function with two int parameters. More... | |
void | bar3i (int, int, int) |
Function with three int parameters. More... | |
void | bar4i (int, int, int, int) |
Function with four int parameters. More... | |
void | bar5i (int, int, int, int, int) |
Function with five int parameters. More... | |
void | barcir (const int &) |
Function with one const int reference parameter. More... | |
void | bari (int) |
Function with one int parameter. More... | |
void | barir (int &) |
Function with one int reference parameter. More... | |
void anonymous_namespace{timer-test-suite.cc}::bar2i | ( | int | , |
int | |||
) |
Function with two int parameters.
Definition at line 43 of file timer-test-suite.cc.
Referenced by TimerTemplateTestCase::DoRun().
void anonymous_namespace{timer-test-suite.cc}::bar3i | ( | int | , |
int | , | ||
int | |||
) |
Function with three int parameters.
Definition at line 45 of file timer-test-suite.cc.
Referenced by TimerTemplateTestCase::DoRun().
void anonymous_namespace{timer-test-suite.cc}::bar4i | ( | int | , |
int | , | ||
int | , | ||
int | |||
) |
Function with four int parameters.
Definition at line 47 of file timer-test-suite.cc.
Referenced by TimerTemplateTestCase::DoRun().
void anonymous_namespace{timer-test-suite.cc}::bar5i | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
int | |||
) |
Function with five int parameters.
Definition at line 49 of file timer-test-suite.cc.
Referenced by TimerTemplateTestCase::DoRun().
void anonymous_namespace{timer-test-suite.cc}::barcir | ( | const int & | ) |
Function with one const int reference parameter.
Definition at line 51 of file timer-test-suite.cc.
Referenced by TimerTemplateTestCase::DoRun().
void anonymous_namespace{timer-test-suite.cc}::bari | ( | int | ) |
Function with one int parameter.
Definition at line 41 of file timer-test-suite.cc.
Referenced by TimerStateTestCase::DoRun(), and TimerTemplateTestCase::DoRun().
void anonymous_namespace{timer-test-suite.cc}::barir | ( | int & | ) |
Function with one int reference parameter.
Definition at line 53 of file timer-test-suite.cc.
Referenced by TimerTemplateTestCase::DoRun().