Home
last modified time | relevance | path

Searched defs:write_const_1_nonconst_2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/test/
Dfunction_n_test.cpp36 struct write_const_1_nonconst_2 struct
38 void operator()() { global_int = 2; } in operator ()()
39 void operator()() const { global_int = 1; } in operator ()()
Dfunction_test.cpp35 struct write_const_1_nonconst_2 struct
37 void operator()() { global_int = 2; } in operator ()()
38 void operator()() const { global_int = 1; } in operator ()()