Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dunary.h15 struct positive : public unary_function<int, bool> { struct
16 bool operator()(int n_) const { return n_ >= 0; } in operator()
/ndk/tests/device/test-stlport/unit/
Dunary.h15 struct positive : public unary_function<int, bool> { struct
16 bool operator()(int n_) const { return n_ >= 0; } in operator()