Searched refs:can_be_out (Results 1 – 1 of 1) sorted by relevance
136 const bool can_be_out = typenames_.CanBeOutParameter(a.GetType()); in GetArgType() local137 if (!a.DirectionWasSpecified() && can_be_out) { in GetArgType()143 if (a.GetDirection() != AidlArgument::IN_DIR && !can_be_out) { in GetArgType()