Searched refs:ValueIsPositive (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc2911 bool ValueIsPositive(const Uncopyable& x) { return x.value() > 0; } function in namespace:testing::gmock_matchers_test
2960 Matcher<AStruct> m = Field(&AStruct::z, Truly(ValueIsPositive));
2962 m = Field(&AStruct::z, Not(Truly(ValueIsPositive)));
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3367 bool ValueIsPositive(const Uncopyable& x) { return x.value() > 0; } function in namespace:testing::gmock_matchers_test
3420 Matcher<AStruct> m = Field(&AStruct::z, Truly(ValueIsPositive));
3422 m = Field(&AStruct::z, Not(Truly(ValueIsPositive)));
4683 EXPECT_THAT(objs, ElementsAre(UncopyableIs(-3), Truly(ValueIsPositive)));
4799 UnorderedElementsAre(Truly(ValueIsPositive), UncopyableIs(-3)));
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc3365 bool ValueIsPositive(const Uncopyable& x) { return x.value() > 0; } function in namespace:testing::gmock_matchers_test
3418 Matcher<AStruct> m = Field(&AStruct::z, Truly(ValueIsPositive));
3420 m = Field(&AStruct::z, Not(Truly(ValueIsPositive)));
4681 EXPECT_THAT(objs, ElementsAre(UncopyableIs(-3), Truly(ValueIsPositive)));
4797 UnorderedElementsAre(Truly(ValueIsPositive), UncopyableIs(-3)));
/external/clang/lib/Sema/
H A DSemaExpr.cpp3233 bool ValueIsPositive = ValueAPS.isStrictlyPositive();
3234 if (!ValueIsPositive || ValueAPS.getActiveBits() > 31) {
3236 << ValueAPS.toString(10) << ValueIsPositive;

Completed in 190 milliseconds