Home
last modified time | relevance | path

Searched refs:_will_return (Results 1 – 2 of 2) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h43 _will_return(#function, __FILE__, __LINE__, (void*)value, 1)
45 _will_return(#function, __FILE__, __LINE__, (void*)value, count)
387 void _will_return(const char * const function_name, const char * const file,
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c650 void _will_return(const char * const function_name, const char * const file, in _will_return() function