Searched refs:RepeatLong (Results 1 – 5 of 5) sorted by relevance
58 long RepeatLong(long value); in RepeatLong() method
111 public long RepeatLong(long in_value) { in RepeatLong() method in TestImpl
173 assertEquals(2, mInterface.RepeatLong(2)); in testRepeatPrimitives()
112 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() function
255 ASSERT_OK(iface->RepeatLong(3, &out)); in TEST_P()