Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp595 constexpr size_t the_sum = SumUpVector(vec_int); in TEST() local
596 EXPECT_EQ(15u, the_sum); in TEST()
601 constexpr size_t the_sum = SumUpVector(vec_int); in TEST() local
602 EXPECT_EQ(15u, the_sum); in TEST()