Home
last modified time | relevance | path

Searched defs:increment_value (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_once.cpp74 struct increment_value struct
77 explicit increment_value(int* value_): in increment_value() function
95 boost::call_once(functor_flag, increment_value(&var_to_init_with_functor)); in call_once_with_functor() argument
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dwhile_loop.py58 def cond_fn(counter, value, increment_value): argument
63 def body_fn(counter, value, increment_value): argument
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/
Dwhile_loop.py62 def cond_fn(counter, value, increment_value): argument
67 def body_fn(counter, value, increment_value): argument
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc959 string increment_value = "1"; in VisitCallExpr() local