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