HomeSort by relevance Sort by last modified time
    Searched refs:CheckParameterValue (Results 1 - 2 of 2) sorted by null

  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 284 typedef int (*CheckParameterValue)(const void *value, void *check_value_data);
314 CheckParameterValue check_value;
329 const CheckParameterValue check_function, void * const check_data,
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 669 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
    [all...]

Completed in 2005 milliseconds