Searched refs:CheckParameterValue (Results 1 - 2 of 2) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h284 typedef int (*CheckParameterValue)(const void *value, void *check_value_data); typedef
314 CheckParameterValue check_value;
329 const CheckParameterValue check_function, void * const check_data,
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c669 const CheckParameterValue check_function, void * const check_data,
842 // CheckParameterValue callback to check whether a value is within a set.
849 // CheckParameterValue callback to check whether a value isn't within a set.
862 const CheckParameterValue check_function, const int count) {
896 // CheckParameterValue callback to check whether a value is within a range.
906 // CheckParameterValue callback to check whether a value is not within a range.
922 const CheckParameterValue check_function, const int count) {
952 /* CheckParameterValue callback to check whether a value is equal to an
969 /* CheckParameterValue callback to check whether a value is not equal to an
986 // CheckParameterValue callbac
[all...]

Completed in 64 milliseconds