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