Searched defs:IsNotZero (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
H A Dfx_locale.h190 inline FX_BOOL IsNotZero() const { return m_uHi || m_uMid || m_uLo; } function in class:CFX_Decimal
/external/gmock/test/
H A Dgmock-actions_test.cc392 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class in namespace:__anon6198
406 const Action<bool(int)> a1(new IsNotZero); // NOLINT
H A Dgmock-matchers_test.cc2426 ConvertibleToBool IsNotZero(int number) { function in namespace:testing::gmock_matchers_test
2434 Matcher<int> m = Truly(IsNotZero);
/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc392 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class in namespace:__anon6443
406 const Action<bool(int)> a1(new IsNotZero); // NOLINT
H A Dgmock-matchers_test.cc2317 ConvertibleToBool IsNotZero(int number) { function in namespace:testing::gmock_matchers_test
2325 Matcher<int> m = Truly(IsNotZero);

Completed in 187 milliseconds