Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator.c132 const OperatorFunction *const operator_function = in find_operator_function_by_string() local
134 if (strcmp(operator_function->operator, operator_string) == 0) { in find_operator_function_by_string()
135 return operator_function->function; in find_operator_function_by_string()