Searched refs:RepeatLong (Results 1 – 7 of 7) sorted by relevance
57 long RepeatLong(long value); in RepeatLong() method
45 long RepeatLong(long value); in RepeatLong() method
120 public long RepeatLong(long in_value) { in RepeatLong() method in TestImpl
171 assertEquals(2, mInterface.RepeatLong(2)); in testRepeatPrimitives()
111 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() function
243 ASSERT_OK(iface->RepeatLong(3, &out)); in TEST_P()