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

  /external/cmockery/cmockery_0_1_2/src/example/
product_database_test.c 36 expect_value(connect_to_database, port, 322);
45 expect_value(connect_to_database, port, 322);
calculator_test.c 352 expect_value(binary_operator, a, 1);
353 expect_value(binary_operator, b, 3);
357 expect_value(binary_operator, a, 4);
358 expect_value(binary_operator, b, 10);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 96 #define expect_value(function, parameter, value) \ macro
  /external/v8/src/wasm/
wasm-interpreter.cc 689 bool expect_value) {
696 if (expect_value && !from.explicit_value) {
    [all...]

Completed in 138 milliseconds