Home
last modified time | relevance | path

Searched refs:the_sum (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp582 constexpr size_t the_sum = SumUpVector(vec_int); in TEST() local
583 EXPECT_EQ(15u, the_sum); in TEST()
588 constexpr size_t the_sum = SumUpVector(vec_int); in TEST() local
589 EXPECT_EQ(15u, the_sum); in TEST()