Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dgenerate_cpp.cpp111 const bool nonCopyable = IsNonCopyableType(a->GetType(), typenames); in BuildArgList() local
127 if (!(isPrimitive || isEnum || nonCopyable) || a->GetType().IsArray()) { in BuildArgList()
138 } else if (nonCopyable) { in BuildArgList()