Home
last modified time | relevance | path

Searched refs:cloneVec (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DUtils.cpp34 nn::GeneralResult<std::vector<Type>> cloneVec(const std::vector<Type>& arguments) { in cloneVec() function
45 return cloneVec(arguments); in clone()
55 .fds = NN_TRY(cloneVec(handle.fds)), in clone()