Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dpartition.cpp25 struct equal_to_5 struct
27 typedef bool result_type;
28 typedef int argument_type;
29 bool operator()(int x) const { return x == 5; } in operator ()()
Dstable_partition.cpp25 struct equal_to_5 struct
27 typedef bool result_type;
28 typedef int argument_type;
29 bool operator()(int x) const { return x == 5; } in operator ()()