OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertImplementationInt
(Results
1 - 2
of
2
) sorted by null
/external/embunit/inc/
AssertImpl.h
44
void
assertImplementationInt
(int expected,int actual, long line, const char *file);
51
if (expected == actual) {} else {
assertImplementationInt
(expected,actual,__LINE__,__FILE__);return;}
/external/embunit/src/
AssertImpl.c
39
void
assertImplementationInt
(int expected,int actual, long line, const char *file)
Completed in 46 milliseconds