Searched defs:positive (Results 1 – 3 of 3) sorted by relevance
15 struct positive : public unary_function<int, bool> { struct16 bool operator()(int n_) const { return n_ >= 0; } in operator()
484 std::string positive; in FilterMatchesTest() local