Home
last modified time | relevance | path

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

/netbsd/external/mit/libuv/dist/test/
H A Dtask.h201 #define ASSERT_GE(a, b) ASSERT_BASE(a, >=, b, int64_t, PRId64) macro
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2073 # define ASSERT_GE(val1, val2) GTEST_ASSERT_GE(val1, val2) macro