Searched refs:RepeatNullableIntArray (Results 1 – 3 of 3) sorted by relevance
61 DoTest(&ITestService::RepeatNullableIntArray, std::make_optional(std::vector<int32_t>{1, 2, 3})); in TEST_F()
364 Status RepeatNullableIntArray(const optional<vector<int32_t>>& input, in RepeatNullableIntArray() function in __anonee08dd980111::NativeService
104 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method