Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/variant/test/
Dtest8.cpp24 struct int_sum : static_visitor<> struct
26 int_sum() : result_(0) { } in int_sum() argument
28 void operator()(int t) in operator ()()
33 result_type operator()(float ) { } in operator ()()
34 result_type operator()(const std::string& ) { } in operator ()()
35 result_type operator()(const std::vector<std::string>& ) { } in operator ()()
37 int result_;