Searched defs:out_repeated (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | itest_impl.h | 186 std::vector<::ndk::ScopedFileDescriptor>* out_repeated, in RepeatFdArray() 235 const std::vector<bool>& in_value, std::vector<bool>* out_repeated, in RepeatBooleanArray() 242 std::vector<uint8_t>* out_repeated, in RepeatByteArray() 250 std::vector<char16_t>* out_repeated, in RepeatCharArray() 257 const std::vector<int32_t>& in_value, std::vector<int32_t>* out_repeated, in RepeatIntArray() 264 const std::vector<int64_t>& in_value, std::vector<int64_t>* out_repeated, in RepeatLongArray() 271 const std::vector<float>& in_value, std::vector<float>* out_repeated, in RepeatFloatArray() 278 const std::vector<double>& in_value, std::vector<double>* out_repeated, in RepeatDoubleArray() 285 std::vector<ByteEnum>* out_repeated, in RepeatByteEnumArray() 292 std::vector<IntEnum>* out_repeated, in RepeatIntEnumArray() [all …]
|