Home
last modified time | relevance | path

Searched defs:putcharSpy (Results 1 - 10 of 10) sorted by relevance

/third_party/cJSON/tests/unity/test/tests/
H A Dtestparameterized.c11 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
H A Dtestunity.c3326 void putcharSpy(int c) in putcharSpy() function
/third_party/cJSON/tests/unity/test/testdata/
H A DtestRunnerGeneratorSmall.c16 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
H A DtestRunnerGeneratorWithMocks.c25 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
H A DtestRunnerGenerator.c24 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
/third_party/unity/test/testdata/
H A DtestRunnerGeneratorSmall.c15 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function
H A DtestRunnerGenerator.c23 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function
H A DtestRunnerGeneratorWithMocks.c24 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function
/third_party/unity/test/tests/
H A Dself_assessment_utils.h89 void putcharSpy(int c) in putcharSpy() function
H A Dtest_unity_parameterized.c13 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function

Completed in 10 milliseconds