Functions | |
void | bar2i (int, int) |
Function with two int parameters. | |
void | bar3i (int, int, int) |
Function with three int parameters. | |
void | bar4i (int, int, int, int) |
Function with four int parameters. | |
void | bar5i (int, int, int, int, int) |
Function with five int parameters. | |
void | barcir (const int &) |
Function with one const int reference parameter. | |
void | bari (int) |
Function with one int parameter. | |
void | barir (int &) |
Function with one int reference parameter. | |
void anonymous_namespace{timer-test-suite.cc}::bar2i | ( | int | , |
int | ) |
Function with two int parameters.
Definition at line 32 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 34 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 36 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 38 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 40 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 30 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 42 of file timer-test-suite.cc.
Referenced by TimerTemplateTestCase::DoRun().